Vectorization of loop with accumulation in variable

前端 未结 0 562
失恋的感觉
失恋的感觉 2020-11-21 06:01

I have the following loop which I\'m compiling with icc

for (int i = 0; i < arrays_size; ++i) {
      total = total + C[i];
}

The vectoriz

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