简体   繁体   English

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

[英]How to disable remark “LOOP WAS VECTORIZED” written by Intel compiler?

I want to disable remark "LOOP WAS VECTORIZED" written by Intel compiler. 我想禁用由英特尔编译器编写的注释“ LOOP WAS VECTORIZED”。 But I don't want to disable optimazation. 但是我不想禁用优化。 What do I need to do? 我需要做什么?

Did you try -vec_report sorry, I don't have icc installed right now. 您是否尝试了-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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM