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

Intel Compiler AVX Instructions

inteleverywhere
Beginner
278 Views

The option QxAVX (for using AVX instructions) is not available with the evaluation version of the ICC compiler 11.1065, vs 2008. Also the header file gmmintrin.h mentioned in the help is not available when included

catastrophic error: could not open source file "gmmintrin.h"

How can we build the source with AVX intrinsics in it. Is it sufficient to use o3 (Intel specific optimization).

Is there a solution to this problem.

0 Kudos
1 Reply
Thomas_W_Intel
Employee
278 Views

In the settings, there is no check box for "QxAVX". However, you can set "/QxAVX" by adding it as a command line option.

The header file for the AVX intrinsics is called "immintrin.h".

0 Kudos
Reply