XSSE now supports AVX and AVX2!
All versions of SSE* from SSE2 onward are also supported.
However, please note that floating-point APIs, APIs using `__m64`, and some cryptography-related APIs are not supported.
GitHub - SakiTakamachi/xsse: A collection of macros and inline functions that map SSE2, SSE3, SSSE3, SSE4.1 and SSE4.2 instructions to NEON, making SIMD code easier to port. Support for floating-point operations is not yet implemented.
A collection of macros and inline functions that map SSE2, SSE3, SSSE3, SSE4.1 and SSE4.2 instructions to NEON, making SIMD code easier to port. Support for floating-point operations is not yet imp...
