Sun Studio 12: Fortran User's Guide

3.4.103 –unroll=n

Enable unrolling of DO loops where possible.

n is a positive integer. The choices are:

Loop unrolling generally improves performance, but will increase the size of the executable file. For more information on this and other compiler optimizations, see the “Performance and Optimization” chapter in the Fortran Programming Guide. See also 2.3.1.3 The UNROLL Directive.