- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it possible to set "auto simdization" as a compiler option while using Visual studio 2008? I am using intel parallel studio.
Thanks
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Intel compiler's Auto-vectorization options are available in Visual Studio under Project\properties\C/C++\Code Generation. The two options available are:
- Add Processor-Optimized Code Path
- Intel Processor-Specific Optimization
All of the options available under the above menus could also be set from the "C/C++\Command Line" property. More information about the vectorization options are available at http://software.intel.com/en-us/articles/performance-tools-for-software-developers-intel-compiler-options-for-sse-generation-and-processor-specific-optimizations/?wapkw=%28SSe%29 .
--mark
- Add Processor-Optimized Code Path
- Intel Processor-Specific Optimization
All of the options available under the above menus could also be set from the "C/C++\Command Line" property. More information about the vectorization options are available at http://software.intel.com/en-us/articles/performance-tools-for-software-developers-intel-compiler-options-for-sse-generation-and-processor-specific-optimizations/?wapkw=%28SSe%29 .
--mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting Mark Sabahi (Intel)
Intel compiler's Auto-vectorization options are available in Visual Studio under Project\properties\C/C++\Code Generation. The two options available are:
- Add Processor-Optimized Code Path
- Intel Processor-Specific Optimization
All of the options available under the above menus could also be set from the "C/C++\Command Line" property. More information about the vectorization options are available at http://software.intel.com/en-us/articles/performance-tools-for-software-developers-intel-compiler-options-for-sse-generation-and-processor-specific-optimizations/?wapkw=%28SSe%29 .
--mark
- Add Processor-Optimized Code Path
- Intel Processor-Specific Optimization
All of the options available under the above menus could also be set from the "C/C++\Command Line" property. More information about the vectorization options are available at http://software.intel.com/en-us/articles/performance-tools-for-software-developers-intel-compiler-options-for-sse-generation-and-processor-specific-optimizations/?wapkw=%28SSe%29 .
--mark

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