waLBerla
7.3
Loading...
Searching...
No Matches
IntelCompilerOptimization.h File Reference
Detailed Description
Author
Martin Bauer
marti
.nosp@m.
n.ba
.nosp@m.
uer@f
.nosp@m.
au.d
.nosp@m.
e
#include "core/perf_analysis/extern/iacaMarks.h"
Macros
#define
X_LOOP
(loopBody)
#define
X_LOOP_IACA
(loopBody)
Macro Definition Documentation
◆
X_LOOP
#define X_LOOP
(
loopBody
)
Value:
for
( cell_idx_t x = 0; x != xSize; ++x ) { loopBody }
◆
X_LOOP_IACA
#define X_LOOP_IACA
(
loopBody
)
Value:
for
( cell_idx_t x = 0; x != xSize; ++x ) { IACA_START loopBody } IACA_END