ppc_unroll_instructions_limit

Limits number of instructions in an unrolled loop to value.

Syntax
#pragma ppc_unroll_instructions_limit value | on | off
  
Parameter

value

Count limit of instructions. The default is 70.

Remarks

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.