Intel® C++ Compiler 19.0 Developer Guide and Reference
Prevents a loop from fusing with adjacent loops.
#pragma nofusion |
None
The nofusion pragma lets you fine tune your program on a loop-by-loop basis. This pragma should be placed immediately before the loop that should not be fused.
Example |
---|
|