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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,be23df8e7e275d73 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-25 13:33:14 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!151.189.0.75!newsfeed.germany.net!newsfeed2.easynews.net!easynews.net!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Java portability (was: An Ada IDE and discussions) Date: Wed, 25 Jul 2001 22:50:39 +0200 Organization: Enyo's not your organization Message-ID: <874rs0pwbk.fsf@deneb.enyo.de> References: <%cR67.1385$mz6.4505748@nnrp3.proxad.net> <9jgopl$5v6$1@s1.read.news.oleane.net> <9jh2cv$aon$2@s1.read.news.oleane.net> <877kwycfw7.fsf@deneb.enyo.de> <9jm17i$6l7$1@s1.read.news.oleane.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: archiver1.google.com comp.lang.ada:10571 Date: 2001-07-25T22:50:39+02:00 List-Id: "Jean-Pierre Rosen" writes: >> Yes, I think so. Some people claim that the JVM support for floating >> point operations was designed so that it runs fast and correctly only >> on Sun's hardware. ;-) > What makes you think so ? The trouble is that Java *requires* IEEE > arithmetic. A particular incarnation of it. For example, you can't use x86 80 bit extended precision floating point operations with the JVM. OTOH, there is some double-extended-exponent type, and I would be suprised if no SPARC processor implemented it. ;-)