Talk:Vectorization (parallel computing)
Appearance
Needs an example
- scalar program: for (i=0;i<10;i++) c[i]=a[i]+b[i]
and the equivalent vector version and how the vector version would ruin faster.
Needs an example
and the equivalent vector version and how the vector version would ruin faster.