Intel® C++ Compiler 16.0 User and Reference Guide
Lets you specify a loop blocking factor. Option -qopt-block-factor is the replacement option for -opt-block-factor, which is deprecated.
Linux and OS X: | -qopt-block-factor=n |
Windows: | /Qopt-block-factor:n |
n |
Is the blocking factor. It must be an integer. The compiler may ignore the blocking factor if the value is 0 or 1. |
OFF |
The compiler uses default heuristics for loop blocking. |
This option lets you specify a loop blocking factor.
Visual Studio: Diagnostics > Optimization Diagnostic File
Diagnostics > Emit Optimization Diagnostics to File
Eclipse: None
Xcode: None
None