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

Add missing definition of _NEON2SSE_ALIGN_32 for gcc / clang #72

Closed georgthegreat closed 2 months ago

georgthegreat commented 2 months ago

Fixes:

contrib/libs/arm_neon_2_x86_sse/NEON_2_SSE.h:467:1: error: unknown type name '_NEON2SSE_ALIGN_32'
_NEON2SSE_ALIGN_32 static const int8_t mask8_16_even_odd[32] = ...
Zvictoria commented 2 months ago

Thanks a lot!