In VS 10, I set “Vectorizer Diagnostic Level” to “n=2” and “Optimization Diagnostic Phase” to “hpo” as directed in “A Guide to Vectorization with Intel C++ Compilers”. However, (this may be a silly question), where is that report? There is neither something to be shown in “output”, nor project directory.
In VS 10, I set Vectorizer Diagnostic Level to n=2 and Optimization Diagnostic Phase
Share
The vectorization diagnostics are usually emitted as part of the normal compiler diagnostic output, e.g.