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

Popular posts from this blog

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -