Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.

gmmintrin.h / AVX intrinsics

rksm
Beginner
443 Views
Hi all-

I just installed the most recent, Intel Compiler 11.1, which supports AVX code generation. However, there is no gmmintrin.h file after install, which, according to the reference, is needed for the AVX intrinsics. Specifically, I need them for the __mm256_aes* instructions.

Any idea where I can get this header file?

Thanks!
0 Kudos
1 Reply
bronxzv
New Contributor II
443 Views
Quoting - rksm
Hi all-

I just installed the most recent, Intel Compiler 11.1, which supports AVX code generation. However, there is no gmmintrin.h file after install, which, according to the reference, is needed for the AVX intrinsics. Specifically, I need them for the __mm256_aes* instructions.

Any idea where I can get this header file?

Thanks!


for all the AVX intrinsics you caninclude "immintrin.h", for only the AES functions it looks like "wmmintrin.h" is enough

NB: you can see the headers in a folder like "C:Program FilesIntelCompiler11.1�46include"



0 Kudos
Reply