Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

How to control vectorizer diagnostics with ipo in Visual Studio

woodstock23
Beginner
288 Views
Hi,
I'm using ICL 9.1 integrated in Visual Studio 2005 Pro. and I would like to change the vectorizer dignostics (e.g.disable "remark: LOOP WAS VECTORIZED"). Theoption /Qvec-report0 in the compile command line doesn't help, because I'm using ipo and the vectorizer is called from the librarian and linker stage. The option also doesn't work with the linker tools xilib and xilink. Passing the option via/Qoption,c,/Qvec-report0 also doesn't work with the linker tools.
Any idea how to use thatoption in Visual Studio?
Thanks in advance!
John
0 Kudos
0 Replies
Reply