mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-04-17 04:11:24 +00:00
This avoids hundreds of warnings of type:
warning: implicit conversion from 'int' to 'char' changes value from 255
to -1 [-Wconstant-conversion]
mask_imag = _mm_set_epi8(255, 255, 0, 0, 255, 255, 0, 0, 255...
~~~~~~~~~~~~ ^~~