mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-09-01 10:28:00 +00:00
fix typo
This commit is contained in:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user