/Qvec-report (Auto-Vectorizer Reporting Level)
Visual Studio 2012
Enables the reporting feature of the compiler Auto-Vectorizer and specifies the level of informational messages for output during compilation.
/Qvec-report:{1}{2}
For information about reason codes and messages, see Vectorizer and Parallelizer Messages.
To set the /Qvec-report compiler option in Visual Studio
-
In Solution Explorer, open the shortcut menu for the project and then choose Properties.
-
In the Property Pages dialog box, under C/C++, select Command Line.
-
In the Additional Options box, enter /Qvec-report:1 or /Qvec-report:2.
To set the /Qvec-report compiler option programmatically
-
Use the code example in AdditionalOptions.