The information in this article applies to:
SUMMARYWhen an application for Microsoft Windows is run on a machine with a math coprocessor, the application can use inline floating-point instructions to take the fullest advantage of the hardware. MORE INFORMATION
Specifying the -FPi option on the C compiler command line causes the
Microsoft C optimizing compiler to produce inline 80x87 math
coprocessor code for any floating-point math operation. If this code
is linked with the WIN87EM.LIB library and a math coprocessor is
present in the system at run time, the application will use the inline
floating-point instructions for its math operations. If no coprocessor
is available at run time, code in the emulator library evaluates
floating-point expressions.
Additional query words: 3.00 no32bit 3.10
Keywords : kb16bitonly |
Last Reviewed: November 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |