Intel® C++ Compiler 16.0 User and Reference Guide
Enables or disables the scalar replacement optimization done by the compiler as part of loop transformations.
Linux and OS X: | -scalar-rep -no-scalar-rep |
Windows: | /Qscalar-rep /Qscalar-rep- |
None
-scalar-rep |
Scalar replacement is performed during loop transformation at optimization levels of O2 and above. |
This option enables or disables the scalar replacement optimization done by the compiler as part of loop transformations. This option takes effect only if you specify an optimization level of O2 or higher.
None