minstruction, Qinstruction

Determines whether MOVBE instructions are generated for certain Intel® processors. This feature is only available for ifort.

Syntax

Linux:

-minstruction=[no]movbe

macOS:

-minstruction=[no]movbe

Windows:

/Qinstruction:[no]movbe

Arguments

None

Default

–minstruction=nomovbe
or/Qinstruction:nomovbe

The compiler does not generate MOVBE instructions for Intel Atom® processors.

Description

This option determines whether MOVBE instructions are generated for Intel Atom® processors. To use this option, you must also specify [Q]xATOM_SSSE3 or [Q]xATOM_SSE4.2.

If -minstruction=movbe or /Qinstruction:movbe is specified, the following occurs:

If -minstruction=nomovbe or /Qinstruction:nomovbe is specified, the following occurs:

IDE Equivalent

None

Alternate Options

None

See Also