1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-27 22:58:24 +00:00
This commit is contained in:
andres 2014-11-05 03:28:49 +01:00
parent f2dd033c6a
commit eb9b00f678

View File

@ -124,14 +124,14 @@ static inline void volk_gnsssdr_32fc_s32f_x4_update_local_code_32fc_u_sse4_1(lv_
*/
static inline void volk_gnsssdr_32fc_s32f_x4_update_local_code_32fc_generic(lv_32fc_t* d_very_early_code, const float d_very_early_late_spc_chips, const float code_length_half_chips, const float code_phase_step_half_chips, const float tcode_half_chips_input, const lv_32fc_t* d_ca_code, unsigned int num_points){
float* pointer1 = (float*)&d_very_early_late_spc_chips;
*pointer1 = 1;
float* pointer2 = (float*)&code_length_half_chips;
*pointer2 = 6;
float* pointer3 = (float*)&code_phase_step_half_chips;
*pointer3 = 7;
float* pointer4 = (float*)&tcode_half_chips_input;
*pointer4 = 8;
// float* pointer1 = (float*)&d_very_early_late_spc_chips;
// *pointer1 = 1;
// float* pointer2 = (float*)&code_length_half_chips;
// *pointer2 = 6;
// float* pointer3 = (float*)&code_phase_step_half_chips;
// *pointer3 = 7;
// float* pointer4 = (float*)&tcode_half_chips_input;
// *pointer4 = 8;
int associated_chip_index;
float tcode_half_chips = tcode_half_chips_input;