- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
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!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
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.146include"

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page