IntelCompilerOptimization.h File Reference

Detailed Description

#include "core/perf_analysis/extern/iacaMarks.h"

Macros

#define X_LOOP(loopBody)   for( cell_idx_t x = 0; x != xSize; ++x ) { loopBody }
 
#define X_LOOP_IACA(loopBody)   for( cell_idx_t x = 0; x != xSize; ++x ) { IACA_START loopBody } IACA_END
 

Macro Definition Documentation

◆ X_LOOP

#define X_LOOP (   loopBody)    for( cell_idx_t x = 0; x != xSize; ++x ) { loopBody }

◆ X_LOOP_IACA

#define X_LOOP_IACA (   loopBody)    for( cell_idx_t x = 0; x != xSize; ++x ) { IACA_START loopBody } IACA_END