The platform independent header allowing to compile any C/C++ code containing ARM NEON intrinsic functions for x86 target systems using SIMD up to AVX2 intrinsic functions
Other
430
stars
149
forks
source link
Fixed errors when USE_SSE4 was defined (Issue #43) #44
Fixed errors when USE_SSE4 was defined (vcleq_uX macros now are inline functions also when USE_SSE4 is not defined).
Also fixed two warnings that happened when building for 32 bits.