Limits number of instructions in an unrolled loop to value.
#pragma ppc_unroll_instructions_limit value | on | off
value
Count limit of instructions. The default is 70.
Use this pragma to specify the maximum number of instructions to place in an unrolled loop. The opt_unroll_loops pragma controls loop unrolling optimization.
When this pragma is on , the compiler uses the default value.