Specifies that the compiler should only prefetch for loads inside the loop and ignore the stores, if any. This feature is only available for ifx.
Linux: | -qopt-prefetch-loads-only |
Windows: | /Qopt-prefetch-loads-only |
None
OFF |
The compiler prefetches for both loads and stores. |
This option specifies that the compiler should only prefetch for loads inside the loop and ignore the stores, if any. This feature is only available for ifx.
Linux
This option is ignored if option -qopt-prefetch=0 or option -qno-opt-prefetch is specified.
Windows
This option is ignored if option /Qopt-prefetch=0 or option /Qopt-prefetch- is specified.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.
None