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