1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-16 04:05:46 +00:00
This commit is contained in:
Carles Fernandez 2016-03-21 00:44:09 +01:00
parent a908804b44
commit 703de227a2

View File

@ -543,7 +543,7 @@ static inline void volk_gnsssdr_s32f_sincos_32fc_neon(lv_32fc_t* out, const floa
*bPtr++ = lv_cmake((float)cos(_phase), (float)sin(_phase) ); *bPtr++ = lv_cmake((float)cos(_phase), (float)sin(_phase) );
_phase += phase_inc; _phase += phase_inc;
} }
(*phase) = _phase: (*phase) = _phase;
} }
#endif /* LV_HAVE_NEON */ #endif /* LV_HAVE_NEON */