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

Fix for llvm #3

Closed caand closed 7 years ago

caand commented 7 years ago

llvm defines GNUC but has slightly different needs from gcc. Tried out on Android.