Intel® C++ Compiler 16.0 User and Reference Guide
Determines whether the compiler assumes that there are no "large" integers being used or being computed inside loops. Option -qopt-subscript-in-range is the replacement option for -opt-subscript-in-range, which is deprecated.
Linux and OS X: | -qopt-subscript-in-range -qno-opt-subscript-in-range |
Windows: | /Qopt-subscript-in-range /Qopt-subscript-in-range- |
None
-qno-opt-subscript-in-range |
The compiler assumes there are "large" integers being used or being computed within loops. |
This option determines whether the compiler assumes that there are no "large" integers being used or being computed inside loops.
If you specify [q or Q]opt-subscript-in-range, the compiler assumes that there are no "large" integers being used or being computed inside loops. A "large" integer is typically > 231.
This feature can enable more loop transformations.
None