1
0
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:
Carles Fernandez
2014-09-04 19:33:17 +02:00
parent 862a0d7940
commit bcd90ca9cf
4 changed files with 8 additions and 834 deletions

View File

@@ -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);
}