Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These options specify for which MIPS ISA the compiler should generate code.
| Switch | Description |
|---|---|
| /QMmips1 | Generates code for the older MIPS I instruction set |
| /QMmips2 | Generates code for the MIPS II instruction set |
| /QMmips3 | Generate code for MIPS III ISA |
| /QMmips4 | Generate code for MIPS IV ISA |
| /QMmips5 | Generate code for MIPS V ISA |
| /QMmips32 | Generate code for MIPS 32 ISA |
| /QMmips64 | Generate code for MIPS 64 ISA |
With the /QMmipsNN switches, the following criteria apply to floating point emulation:
When no /QMmipsNN option is specified in the command line, then /QMFPE is default.
If /QMmips1 or /QMmips2 option is specified in the command line, then /QMFPE is the default.
If /QMmips3, /QMmips4, /QMmips5, or /QMmips64 option is specified in the command line then /QMFPE- is default.
For more information about floating point emulation switches, see /QMFPE, /QMFPE - Floating Point Emulation.
See Also
/QMFPE, /QMFPE - Floating Point Emulation
Send Feedback on this topic to the authors