I want to disable remark "LOOP WAS VECTORIZED" written by Intel compiler. But I don't want to disable optimazation. What do I need to do?
+2
A:
Did you try -vec_report
sorry, I don't have icc
installed right now.
-vec_report[n] Control amount of vectorizer diagnostic information:
n=0 -- No diagnostic information
n=1 -- Indicate vectorized loops (DEFAULT)
n=2 -- Indicate vectorized/non-vectorized loops
n=3 -- Indicate vectorized/non-vectorized loops and pro-
hibiting data dependence information
n=4 -- Indicate non-vectorized loops
n=5 -- Indicate non-vectorized loops and prohibiting
data dependence information
Gregory Pakosz
2009-12-10 12:34:31
`\Qvec-report0` works well on Win32.
Alexey Malistov
2009-12-10 12:58:32
accepted without a vote, should deserve a funky badge :D
Gregory Pakosz
2009-12-10 15:10:47
+1. I forgot. Sorry
Alexey Malistov
2009-12-11 09:19:34
i don't mind, i was really wondering whereas there is a funky badge
Gregory Pakosz
2009-12-11 09:27:23