Share via


/QMFPE - Floating Point Emulation

9/7/2007

The /QMFPE options control compiler expectations for floating point arithmetic support.

The following table details this option.

Option Description Default status

/QMFPE

Turns on floating point emulation.

Default when any of the following are true:

No /QMmipsNN option specified

-or-

/QMmips1 or /QMmips2 option specified.

/QMFPE -

Causes the compiler to generate instructions for a floating-point hardware unit.

Default when any of the following options are specified:

  • /QMmips3 or /QMIPS32
  • /QMmips4
  • /QMmips5
  • /QMmips64

See Also

Reference

/QMmipsNN - Generate Code for Specific MIPS ISA

Other Resources

MIPS Calling Sequence Specification