Controls loop "unrolling" at runtime.
Compatibility:This pragma is compatible with the following platform targets:
|
68K
|
NEC V800
|
Intel x86
|
MIPS
|
Embedded 68K
|
#pragma ppc_unroll_speculative on | off | reset
Remarks:
This optimization is only applied when
int, long, unsigned int, unsigned long)
ppc_unroll_factor_limit pragma.
Loop unrolling optimization is controlled by the opt_unroll_loops pragma. The default value is on when loop unrolling is turned on. To check whether this option is on, use __option (ppc_unroll_speculative), described in "Checking Options."