C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
80x87 Calls: Details
                                             Up Contents Index Back
─────C/C++ Compiler─────────────────────────────────────────────────────────
 
     Syntax:  /FPc87
 
     This option generates function calls to routines in the 80x87
     library (mLIBC7.LIB) in order to perform the corresponding 80x87
     instructions.
 
     You must have an 80x87 coprocessor installed to run programs
     compiled with the /FPc87 option and linked with an 80x87 library.
     Otherwise, the program fails and an error message is displayed.
 
     If an 80x87 coprocessor is unavailable, you can specify an
     emulator library (mLIBCE.LIB) or the appropriate alternate math
     library (mLIBCA.LIB) at link time.
 
     NOTES:
 
        ■ Certain optimizations are not performed when /FPc87 is used.
          This can reduce the efficiency of your code.
 
        ■ Neither the Fast Compile option (/f) nor the p-code option
          (/Oq) supports the /FPc87 option.
                                    -♦-