Header files for x86 SIMD intrinsics -
which header files provide intrinsics different x86 simd instruction set extensions (mmx, sse, avx, ...)? seems impossible find such list online. correct me if i'm wrong.
<mmintrin.h> mmx <xmmintrin.h> sse <emmintrin.h> sse2 <pmmintrin.h> sse3 <tmmintrin.h> ssse3 <smmintrin.h> sse4.1 <nmmintrin.h> sse4.2 <ammintrin.h> sse4a <wmmintrin.h> aes <immintrin.h> avx <zmmintrin.h> avx512
Comments
Post a Comment