mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-10-14 07:07:41 +00:00
fix error
This commit is contained in:
@@ -425,7 +425,7 @@ static inline void volk_gnsssdr_16ic_xn_resampler_16ic_xn_a_avx(lv_16sc_t** resu
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
_mm256_zeroupper();
|
_mm256_zeroupper();
|
||||||
for (int current_correlator_tap = 0; current_correlator_tap < num_out_vectors; current_correlator_tap++)
|
for (current_correlator_tap = 0; current_correlator_tap < num_out_vectors; current_correlator_tap++)
|
||||||
{
|
{
|
||||||
for(n = avx_iters * 8; n < num_points; n++)
|
for(n = avx_iters * 8; n < num_points; n++)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user