opt_unroll_count

Limits the number of times a loop can be unrolled; fine-tunes the loop-unrolling optimization.

  #pragma opt_unroll_count [ 0..127 | reset ]
  
  
Remarks

The default value is 8.