mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-07 04:35:56 +01:00
Unroll pragma abstraction
This commit is contained in:
parent
dc4014668d
commit
35055ed5c1
@ -5,6 +5,8 @@
|
||||
#define GRID_OMP
|
||||
#endif
|
||||
|
||||
#define UNROLL _Pragma("unroll")
|
||||
|
||||
#ifdef GRID_OMP
|
||||
#include <omp.h>
|
||||
#define PARALLEL_FOR_LOOP _Pragma("omp parallel for")
|
||||
|
Loading…
x
Reference in New Issue
Block a user