Intel® Fortran Compiler 16.0 User and Reference Guide

minstruction, Qinstruction

Determines whether MOVBE instructions are generated for certain Intel processors.

Architecture Restrictions

Not available on Intel® 64 architecture targeting the Intel® Xeon Phi™ coprocessor x100 product family (formerly code name Knights Corner)

Syntax

Linux and OS X:

-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