Intel® Fortran Compiler 17.0 Developer Guide and Reference
Specifies whether the compiler can use x87 instructions.
Linux and macOS: | -m80387 -mno-80387 |
Windows: | None |
None
-m80387 |
The compiler may use x87 instructions. |
This option specifies whether the compiler can use x87 instructions.
If you specify option -mno-80387, it prevents the compiler from using x87 instructions. If the compiler is forced to generate x87 instructions, it issues an error message.
-m[no-]x87