fl.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.
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.
                                    -♦-