Visible to Intel only — GUID: GUID-FC4AE8E1-9F42-4C5A-B259-48DD32F85C46
Visible to Intel only — GUID: GUID-FC4AE8E1-9F42-4C5A-B259-48DD32F85C46
mno-scatter, Qscatter-
Disables the generation of scatter instructions in auto-vectorization. This feature is only available for ifx.
Syntax
Linux: |
-mno-scatter |
Windows: |
/Qscatter- |
Arguments
None
Default
OFF |
Scatter instructions are enabled in auto-vectorization. |
Description
This option disables the generation of scatter instructions in auto-vectorization.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation. Offloading can only be enabled when using ifx.
IDE Equivalent
Alternate Options
None
Examples
The following shows examples of using this option:
Linux
ifx -c -mno-scatter t.f90
Windows
ifx /c /Qscatter- t.f90