The loop in this example will not vectorize without the ivdep pragma, since the value of k is not known; vectorization would be illegal if k<0. Example. void ...
確定! 回上一頁