nofusion
Prevents a loop from fusing with adjacent loops.
Syntax
#pragma nofusion
Arguments
None
Description
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
|
---|
|