Disables the generation of scatter instructions in auto-vectorization.
Linux: | -mno-scatter |
Windows: | /Qscatter- |
None
OFF |
Scatter instructions are enabled in auto-vectorization. |
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.
None
The following shows examples of using this option:
Linux
ifx -c -mno-scatter t.f90
Windows
ifx /c /Qscatter- t.f90