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,c7637cfdf68e766 X-Google-Attributes: gid103376,public X-Google-Thread: 107079,c7637cfdf68e766 X-Google-Attributes: gid107079,public X-Google-Thread: f43e6,c7637cfdf68e766 X-Google-Attributes: gidf43e6,public X-Google-Thread: f8362,c7637cfdf68e766 X-Google-Attributes: gidf8362,public X-Google-Thread: 109d8a,c7637cfdf68e766 X-Google-Attributes: gid109d8a,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: floating point comparison Date: 1997/08/06 Message-ID: #1/1 X-Deja-AN: 263266397 Distribution: inet References: <01bc9dca$762b6000$e1e989cc@gort> <5s5erh$m92$1@shade.twinsun.com> Organization: New York University Newsgroups: comp.lang.ada,sci.math.num-analysis,comp.software-eng,comp.theory,sci.math Date: 1997-08-06T00:00:00+00:00 List-Id: <> That is a fair comment (in fact I have a PhD student, Sam Figueroa, whose thesis precisely addresses the issue of how IEEE 754/854 should be mapped into high level languages). Note also that this is the issue that LCAS, recently approved despite the US negative vote, addresses (or is it LIAS these days -- Language Independent Arithmetic Standard) But things are not as bad as you suggest in practice, and in particular your comment on efficiency on the x86 is technically wrong. You can place the x86 floating-point into 64 bit mode, so that there is no efficiency penalty, and indeed at least some C compilers on the x86 do this.