Controls the diagnostic information reported by the vectorizer.
Windows: Diagnostics > Vectorizer Diagnostic Level
Linux: Compilation Diagnostics > Vectorizer Report
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 and you do not specify n, the compiler reports diagnostics on vectorized loops. If you do not specify the option on the command line, the default is to display no messages. |
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).
None
Copyright © 1996-2011, Intel Corporation. All rights reserved.