Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-70FCC908-428D-41B4-B6A1-A87A45B5C521
Visible to Intel only — GUID: GUID-70FCC908-428D-41B4-B6A1-A87A45B5C521
unroll-aggressive, Qunroll-aggressive
Determines whether the compiler uses more aggressive unrolling for certain loops. This feature is only available for ifort.
Linux: |
-unroll-aggressive -no-unroll-aggressive |
macOS: |
-unroll-aggressive -no-unroll-aggressive |
Windows: |
/Qunroll-aggressive /Qunroll-aggressive- |
None
-no-unroll-aggressive |
The compiler uses default heuristics when unrolling loops. |
This option determines whether the compiler uses more aggressive unrolling for certain loops. The positive form of the option may improve performance.
This option enables aggressive, complete unrolling for loops with small constant trip counts.
None