But in kernels/volk/volk_32f_s32f_s32f_mod_range_32f.h, both aligned and unaligned versions of this function are present.
The aligned versions are located directly after the unaligned ones, without #ifdef and #endif between them.
For example, after copying the following lines in between and recompiling the library, all versions were present:
#endif /* LV_HAVE_AVX */
#ifdef LV_HAVE_AVX
#include <xmmintrin.h>
This makes no difference in C, but it seems to be relevant for some script files.
Thank you.
But in kernels/volk/volk_32f_s32f_s32f_mod_range_32f.h, both aligned and unaligned versions of this function are present.
The aligned versions are located directly after the unaligned ones, without #ifdef and #endif between them.
For example, after copying the following lines in between and recompiling the library, all versions were present:
This makes no difference in C, but it seems to be relevant for some script files.
Thank you.