fl.hlp (Table of Contents; Topic list)
FORTRAN Compiler Floating-Point Options
                                             Up Contents Index Back
─────FORTRAN Compiler Floating-Point Options────────────────────────────────
 
     Use the Floating Point options to control the way your program
     handles floating-point operations.
 
                                                           FL
     Option               Effect                           Equivalent
 
     Inline Emulation     Generates inline instructions    /FPi
                          and selects the emulator math
                          package.
 
     Inline 80x87         Generates inline instructions    /FPi87
     Instructions         and selects 8087/287/387
                          commands.
 
     Fast Alternate       Generates floating-point calls   /FPa
     Math                 and selects the alternate math
                          package.
 
     Emulation Calls      Generates floating-point calls   /FPc
                          and selects the emulator math
                          package.
 
     80x87 Calls          Generates floating-point calls   /FPc87
                          and selects 8087/287/387
                          commands.
                                    -♦-