Mail Archives: djgpp/1995/08/30/11:15:35
On Wed, 30 Aug 1995, Paul Derbyshire wrote:
> Also, what about detecting a coprocessor so that your code can choose
> between an emulator and a real copro? That way floating point math'll work
> on any machine, but the speed advantage will be there if it runs on a
> system with a real coprocessor. Or is that done automatically by go32 or
> whatever if you include an emulator?
It's done automatically, unless you set the 387 environment variable to
tell go32 whether you have a 387 (set 387=Y) or not (set 387=N).
- Raw text -