Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.
1138 ディスカッション

Intel Compiler AVX Instructions

inteleverywhere
ビギナー
793件の閲覧回数

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 件の賞賛
1 返信
Thomas_W_Intel
従業員
793件の閲覧回数

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".

返信