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 vqtbl1q_?8 intrinsics #36

Closed rosbif closed 4 years ago

rosbif commented 4 years ago

Add vqtbl1q_?8 intrinsics. This partially fixes issue #33 "The vqtbl intrinsics are missing". If you accept this patch I could try to add other vqtbl intrinsics.

rosbif commented 4 years ago

Replaced by pull request #37 with additional intrinsics.