mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-10-31 23:33:03 +00:00
Removing unused code that could prevent binaries to run on machines
where the set of SIMD instructions is not the same than the machine that compiled them.
This commit is contained in:
@@ -312,7 +312,6 @@ void Gps_L1_Ca_Dll_Pll_Optim_Tracking_cc::update_local_carrier()
|
||||
float phase_step_rad;
|
||||
phase_step_rad = (float)GPS_TWO_PI*d_carrier_doppler_hz / (float)d_fs_in;
|
||||
fxp_nco(d_carr_sign, d_current_prn_length_samples, d_rem_carr_phase_rad, phase_step_rad);
|
||||
//sse_nco(d_carr_sign, d_current_prn_length_samples,d_rem_carr_phase_rad, phase_step_rad);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user