如何禁用英特尔编译器编写的“LOOP WAS VECTORIZED”备注?

时间:2009-12-10 12:26:35

标签: compiler-construction report intel icc remarks

我想禁用英特尔编译器编写的“LOOP WAS VECTORIZED”备注。 但我不想禁用最佳化。 我需要做什么?

1 个答案:

答案 0 :(得分:3)

您是否尝试-vec_report抱歉,我现在没有安装icc

   -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