
11 Jun
2011
11 Jun
'11
8:47 p.m.
On 11/06/2011 17:33, David A. Greene wrote:
If the algorithm is amenable to vectorization, the compiler should be able to get it.
This is exactly what I said in the slides: the compiler will be able to vectorize it, but only if it is inherently vectorizable. Designing for vectorization is a much more difficult task, and it needs an explicit programming interface.