- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
According to the release notes for 10.1, under the section "Improved Parallelizer and Vectorizer" it says that vectorization is turned on by default for optimization levels of -O2 and -O3.
How do I turn that off? I want the rest of the options that come along with those levels, but vectorization slows my code down.
Thanks,
Craig
How do I turn that off? I want the rest of the options that come along with those levels, but vectorization slows my code down.
Thanks,
Craig
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Where you don't want vectorization, -O1 usually is a good choice.The alternativeis-vec-

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