General Differences between /FPi, /FPc, /FPa

Last reviewed: July 19, 1995
Article ID: Q50320
The information in this article applies to:
  • Microsoft FORTRAN for MS-DOS, versions 4.0, 4.01, 4.1, 5.0 and 5.1
  • Microsoft FORTRAN for OS/2, versions 4.0, 4.01, 4.1, 5.0 and 5.1

The compile options /FPi, /FPc, and /FPa instruct the FORTRAN compiler to generate an executable program in different ways.

The /FPi option generates in-line instructions for a math coprocessor and places the name of the emulator library in the object file. If a math coprocessor is present at run time, the program uses the coprocessor, If it's not available, it simulates the coprocessor. The object file must be linked with the emulator library.

The /FPc option generates floating-point calls to the emulator library and allows linking with either the 8087/287/387, alternate, or emulator libraries.

The /FPa option generates floating-point calls and places the name of the alternate library in the object file.

The above information is found in Chapter 1 of the "Microsoft FORTRAN Advanced Topics" manual for FORTRAN 5.X and Chapter 8 of the FORTRAN 4.X User's Guide.


Additional reference words: 5.00 5.10
KBCategory: kbtool kberrmsg kbprb
KBSubcategory: FLIss


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 19, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.