add pragma to iname
Here I'm trying to add the mechanism to add pragmas to loops.
In particular, I need to add #pragma omp simd
to some of the loops to persuade the compiler to vectorize.
Here I'm trying to add the mechanism to add pragmas to loops.
In particular, I need to add #pragma omp simd
to some of the loops to persuade the compiler to vectorize.