Tells the compiler to use aggressive, complete unrolling for loops with small constant trip counts.
None
IA-32 architecture, Intel® 64 architecture
Linux and Mac OS X: | -unroll-aggressive -no-unroll-aggressive |
Windows: | /Qunroll-aggressive /Qunroll-aggressive- |
None
-no-unroll-aggressive or /Qunroll-aggressive- |
The compiler uses default heuristics when unrolling loops. |
This option tells the compiler to use aggressive, complete unrolling for loops with small constant trip counts. This option may improve performance.
None