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