Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.
1094 Discussions

Unable to generate Vectorization report in icc/icpc compilers.(icc -vec-report1 p1.c )

parmar__nirav
Beginner
1,101 Views

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? 

 

0 Kudos
2 Replies
fu__jiawei
Beginner
1,101 Views

try this command: icc -qopt-report -qopt-report-phase=vec

0 Kudos
fu__jiawei
Beginner
1,101 Views

try this command: $ icc -qopt-report -qopt-report-phase=vec

0 Kudos
Reply