6.6.3 : Manual vectorization (by Intrinsic functions)

The idea is to force the compiler to do what you want and how you want it.

The Intel intrinsics documentation : https://software.intel.com/en-us/node/523351

Only on aligned data of course.
Let's create a main_intrinsics.cpp file.