- 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
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In assessing the extent to which AVX is supported for Windows in the near future, it's probably useful to check Microsoft web sites, e.g. http://msdn.microsoft.com/en-us/library/ff545910%28VS.85%29.aspx
Apparently, there is support for driver programming, but I don't find any official announcement about time frame for Win7 service pack to provide full AVX support.
Note the explicit prohibition against interrupt servicing with AVX registers.
Ke ExtendedProcessorState function calls are optional in X64 xmm register usage but mandatory when using AVX. I wonder if these requirements may apply to user level AVX until an appropriate service pack is available.
Apparently, there is support for driver programming, but I don't find any official announcement about time frame for Win7 service pack to provide full AVX support.
Note the explicit prohibition against interrupt servicing with AVX registers.
Ke ExtendedProcessorState function calls are optional in X64 xmm register usage but mandatory when using AVX. I wonder if these requirements may apply to user level AVX until an appropriate service pack is available.

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