Intel® Fortran Compiler XE 13.1 User and Reference Guides
Enables or disables prefetch insertion optimization.
Windows: Optimization > Prefetch Insertion
Linux: None
OS X: Optimization > Enable Prefetch Insertion
All
Linux and OS X: | -opt-prefetch[=n] -no-opt-prefetch |
Windows: | /Qopt-prefetch[:n] /Qopt-prefetch- |
n |
Is the level of detail in the report. Possible values are:
|
-no-opt-prefetch |
Prefetch insertion optimization is disabled. |
This option enables or disables prefetch insertion optimization. The goal of prefetching is to reduce cache misses by providing hints to the processor about when data should be loaded into the cache.
On Intel® 64 architecture, targeting Intel® MIC Architecture, option opt-prefetch=3 is enabled by default if option O2 or higher is set. To disable prefetching at these optimization levels, specify option -no-opt-prefetch.
This option enables prefetching when higher optimization levels are specified.
None