Wednesday, October 21, 2009

Vectorization

This article is posted on Intel Software Network (ISN) forum. This is something normally Compiler developers try to promote – how C/C++ source code can be vectorized by a compiler. I have emphasized in this paper that compared to rewriting code with assembly code, with the approach as described with an example here, one can get code that is (i) easier to read and understand (ii) easier to maintain and (iii) still get optimal performance.

1 comment:

Anonymous said...

It's nicely written...