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

Any plans for adding ARMv8 support? #45

Closed dawadaq closed 4 years ago

dawadaq commented 4 years ago

Currently, NEON_2_SSE only supports ARMv7 NEON intrinsics. Is there a plan to add support for ARMv8 intrinsics, such as vaddlvq_u8()?t

Zvictoria commented 4 years ago

Hi, @dawadaq It is not the first request of such kind I receive so I couldn't reply "no". But I couldn't reply "yes, there is" either. The key problem here is the tests set for ARMv8 availability. The current test set used doesn't have these instructions unfortunately. Therefore if you find some extensive tests and share your findings here it will make this plan real for sure.