Controls the number of instructions allowed in an "unrolled" loop.
Compatibility:This pragma is compatible with the following platform targets:
|
68K
|
NEC V800
|
Intel x86
|
MIPS
|
Embedded 68K
|
#pragma ppc_unroll_instructions_limit number
Remarks:
Use this pragma to specify the maximum number of instructions to place in an unrolled loop. Loop unrolling optimization is controlled by the opt_unroll_loops pragma.
The default value of number is 100.