1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-09-01 18:38:00 +00:00
This commit is contained in:
Carles Fernandez
2016-01-21 00:25:53 +01:00
parent 88752588b6
commit f6cb32bc9f

View File

@@ -110,4 +110,4 @@ static inline void volk_gnsssdr_16ic_convert_32fc_u_sse2(lv_32fc_t* outputVector
// a = _mm_load_si128((__m128i*)_in); //load (2 byte imag, 2 byte real) x 4 into 128 bits reg // a = _mm_load_si128((__m128i*)_in); //load (2 byte imag, 2 byte real) x 4 into 128 bits reg
//use _mm_cvtepi16_epi32 !!!! //use _mm_cvtepi16_epi32 !!!!
#endif /* INCLUDED_volk_gnsssdr_32fc_convert_16ic_u_H */ #endif /* INCLUDED_volk_gnsssdr_32fc_convert_16ic_H */