Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!uunet!mnemosyne.cs.du.edu!isis.cs.du.edu!ebergman From: ebergman@isis.cs.du.edu (Eric Bergman-Terrell) Newsgroups: comp.windows.ms.programmer Subject: disabling math chip? Message-ID: <1991Apr15.061539.19951@mnemosyne.cs.du.edu> Date: 15 Apr 91 06:15:39 GMT Sender: usenet@mnemosyne.cs.du.edu (netnews admin account) Reply-To: ebergman@isis.cs.du.edu (Eric Bergman-Terrell) Organization: Nyx, Public Access Unix (sponsored by U. of Denver Math/CS dept.) Lines: 20 Disclaimer1: Nyx is a public access Unix system run by the University of Denver Disclaimer2: for the Denver community. The University has neither control over Disclaimer3: nor responsibility for the opinions of users. I'm developing a program that does a lot of floating point calculations. Even though I have a math chip (80387SX), I'd like to disable the math chip so I can see what performance users lacking the math chip will experience. I'm using BC++ 2.0, which I believe uses a math chip emulation library built into Windows. So can the user of the math chip by the library -- let me try again -- So can one force the library to emulate a math chip in software even if one is installed? If so, how? If I have to write a small program, that's no problem... ADV thanks ANCE, Terrell