Developer Guide and Reference

ID 767251
Date 10/31/2024
Public
Document Table of Contents

mno-gather, Qgather-

Disables the generation of gather instructions in auto-vectorization.

Syntax

Linux:

-mno-gather

Windows:

/Qgather-

Arguments

None

Default

OFF

Gather instructions are enabled in auto-vectorization.

Description

This option disables the generation of gather instructions in auto-vectorization.

NOTE:

This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.

IDE Equivalent

None

Alternate Options

None

Examples

The following shows examples of using this option:

Linux

ifx -c -mno-gather -mno-scatter t.f90  

Windows

ifx /c  /Qgather- t.f90 

See Also