C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
80x87 Calls
                                             Up Contents Index Back
─────C/C++ Compiler─────────────────────────────────────────────────────────
 
     Floating-point options control how the program you are compiling
     handles floating-point operations.
 
                                  ┌────────── Definition ───────────┐
     Inline Emulation           │  Generates function calls to    │
     Inline 80x87 Instructions  │  routines in mLIBC7.LIB. The    │
     Fast Alternate Math        │  command-line equivalent is     │
     Emulation Calls            │  /FPc87.                        │
     80x87 CallsMore Info           │
                                  └─────────────────────────────────┘
 
     See also: Default Library
               Comparison of Floating-Point Libraries
                                    -♦-