Minimum for loop length for auto vectorization?

后端 未结 0 1672
北荒
北荒 2021-01-12 00:20

I am wondering what should be the minimum for loop length for the auto vectorizer to enable the vectorization. ?

for eg:

       for (int i= 0 ; i< 4         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题