Controls the diagnostic information reported by the vectorizer.
Windows: Diagnostics
> Vectorizer Diagnostic Level
Linux: None
IA-32, Intel® EM64T
Linux: | -vec-report[n] |
Windows: | /Qvec-report[n] |
n | Is a value denoting which diagnostic messages to report. Possible values are: | |
0 | Tells the vectorizer to report no diagnostic information. | |
1 | Tells the vectorizer to report on vectorized loops. | |
2 | Tells the vectorizer to report on vectorized and non-vectorized loops. | |
3 | Tells the vectorizer to report on vectorized and non-vectorized loops and any proven or assumed data dependences. | |
4 | Tells the vectorizer to report on non-vectorized loops. | |
5 | Tells the vectorizer to report on non-vectorized loops and the reason why they were not vectorized. |
OFF | The compiler does not generate a vectorization report. |
This option controls the diagnostic information reported by the vectorizer.
If you do not specify n, it is the same as specifying -vec-report1 (Linux) or /Qvec-report1 (Windows).
If this option is specified on the command line, the report is sent to stdout.
If this option is specified from within the IDE, the report is included in the build log if the Generate Build Logs option is selected.
Linux: -vec_report
Windows: /Qvec_report
Optimizing Applications: Vectorization Overview and related topics