1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-16 04:05:46 +00:00

Fixing interface if SSE3 is found

This commit is contained in:
Carles Fernandez 2014-10-01 01:35:48 +02:00
parent ac1eb5eb51
commit 67434d212c

View File

@ -64,7 +64,7 @@ public:
Correlator(); Correlator();
~Correlator(); ~Correlator();
#if USING_VOLK_CW_EPL_CORR_CUSTOM #if USING_VOLK_CW_EPL_CORR_CUSTOM
void Carrier_wipeoff_and_EPL_volk_custom(int signal_length_samples, const gr_complex* input, gr_complex* carrier, gr_complex* E_code, gr_complex* P_code, gr_complex* L_code, gr_complex* E_out, gr_complex* P_out, gr_complex* L_out, bool input_vector_unaligned); void Carrier_wipeoff_and_EPL_volk_custom(int signal_length_samples, const gr_complex* input, gr_complex* carrier, gr_complex* E_code, gr_complex* P_code, gr_complex* L_code, gr_complex* E_out, gr_complex* P_out, gr_complex* L_out);
#endif #endif
private: private: