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.
The nofusion pragma is supported in host code only.
Example |
---|
|