intel / ARM_NEON_2_x86_SSE

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

Closed Bizonu closed 4 years ago

Bizonu commented 4 years ago

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.

dtsmith2001 commented 4 years ago

See https://github.com/intel/ARM_NEON_2_x86_SSE/issues/43#issuecomment-630783831

Zvictoria commented 4 years ago

@Bizonu thanks a lot. Sorry for such delay in your patch testing.