From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d053083f91c271b2 X-Google-Attributes: gid103376,public From: jvl@ocsystems.com (Joel VanLaven) Subject: Re: floating point problem Date: 1997/03/12 Message-ID: <1997Mar12.204120.18686@ocsystems.com>#1/1 X-Deja-AN: 225027363 References: <5f0faa$6ok@mtinsc04.worldnet.att.net> <331ace4d.1427558395@news.mwci.net> <1997Mar5.083938.1@eisner> <1997Mar6.080211.1@eisner> <5fvqkr$7n7@mulga.cs.mu.OZ.AU> <1997Mar10.074953.1@eisner> Organization: OC Systems, Inc. Newsgroups: comp.lang.ada Date: 1997-03-12T00:00:00+00:00 List-Id: Robert Dewar (dewar@merv.cs.nyu.edu) wrote: : Larry asks : <> : The proper code is a little delicate, but is documented in the relevant : Intel microprocessor manuals. Note that all DX chips, and of course all : Pentiums have built-in floating-point, so this is really only a concern : with ancient machines that you cannot purchase any longer. Ouch. Actually all intel 486DX chips have a math co-processor however 386DX chips and 486SX chips do not. I wouldn't call computers a few years old ancient just yet. A 286 you might be justified calling ancient but even that seems to be stretching it. Also, corret me if I am wrong but isn't floating point support provided by software emulation on such machines? It may be that your problem isn't. I'd go find a machine that doesn't have floating point to try your program on just to be sure that there is a problem at all. -- -- Joel VanLaven