6.6.3.1 : Begining of the main_intrinsics.cpp file

We have to take account the new incude :
1
2
//AVX intrinsic functions
#include <immintrin.h>

Then, we have to include the usual files :

1
2
3
4
#include <iostream>
#include "asterics_hpc.h"

using namespace std;