#include #include #include #include using namespace std; typedef float real; const int TEN_MILLION = 10000000; void process(real *x, real *y, real *z, int size) { #pragma omp parallel for simd schedule(static,10) for (int i=0; i