HPC Magazine February 2014 - An Introduction to Performance Programming - part I.

Listing 4: Compiling saxpy with Intel's compiler using the -vec-report3 option.


icc -O3 -vec-report3 -S trivial_saxpy.c
trivial_saxpy.c(4): (col. 3)
remark: LOOP WAS VECTORIZED.