Visible to Intel only — GUID: GUID-C46A86DA-6D6B-455D-8860-AC814569C3D5
Visible to Intel only — GUID: GUID-C46A86DA-6D6B-455D-8860-AC814569C3D5
qopt-prefetch, Qopt-prefetch
Enables or disables prefetch insertion optimization. This feature is only available for ifort.
Syntax
Linux: |
-qopt-prefetch[=n] -qno-opt-prefetch |
macOS: |
-qopt-prefetch[=n] -qno-opt-prefetch |
Windows: |
/Qopt-prefetch[:n] /Qopt-prefetch- |
Arguments
n |
Is the level of software prefetching optimization desired. Possible values are:
|
Default
-qno-opt-prefetch |
Prefetch insertion optimization is disabled. |
Description
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.
This option enables prefetching when higher optimization levels are specified.
IDE Equivalent
Visual Studio: Optimization > Prefetch Insertion
Alternate Options
None