Controls the diagnostic information reported by the vectorizer.
Windows: Compilation Diagnostics > Vectorizer Diagnostic Level
Linux: None
Mac OS X: Diagnostics > Vectorizer Diagnostic Report
IA-32, IntelĀ® 64 architectures
Linux and Mac OS X: |
-vec-report[n] |
Windows: |
/Qvec-report[n] |
n |
Is a value denoting which diagnostic messages to report. Possible values are:
|
-vec-report1 |
If the vectorizer has been enabled, it reports diagnostics on vectorized loops. |
This option controls the diagnostic information reported by the vectorizer. The vectorizer report is sent to stdout.
If you do not specify n, it is the same as specifying -vec-report1 (Linux and Mac OS X) or /Qvec-report1 (Windows).
The vectorizer is enabled when certain compiler options are specified, such as option -ax or -x (Linux and Mac OS X), option /Qax or /Qx (Windows), option -arch SSE or -arch SSE2 (Linux and Mac OS X), option /architecture:SSE or /architecture:SSE2 (Windows).
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.
None