- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
when i executed the icc command i got following error message :
$ icc -vec-report2 p1.c
icc: command line remark #10148: option '-vec-report2' not supported
even i am unable to pass flags for sse,avx.
what is couse for generation of this error, why it is not generating report and instead showing error that -vec-report2 is not supported?
- Tags:
- Intel® Advanced Vector Extensions (Intel® AVX)
- Intel® Streaming SIMD Extensions
- Parallel Computing
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
try this command: icc -qopt-report -qopt-report-phase=vec
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
try this command: $ icc -qopt-report -qopt-report-phase=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