Mail Archives: djgpp-workers/1999/10/03/08:26:36
On Sun, 3 Oct 1999, I wrote:
> The DPMI v1.0 Spec explains on p.150, under the decscription of
> function 0E01h, that bit 0 specifies the new value of the MPv bit,
> whereby 0 disables the coprocessor, and then says in the Notes:
> "Floating point emulation can be tested on a system with a numeric
> coprocessor by using this function to enable client handling of
> coprocessor exceptions and disable the coprocessor." Here, ``disable
> the coprocessor'' seems to imply that the MPv bit should be reset.
FWIW, I've run several FP programs after changing the startup code to
call __dpmi_set_coprocessor_emulation with an argument of 2 instead of
3, under CWSDPMI, QDPMI and Windows, and didn't see any differences.
- Raw text -