Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site dataioDataio.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!vax135!cornell!uw-beaver!uw-june!entropy!dataio!bright From: bright@dataioDataio.UUCP (Walter Bright) Newsgroups: net.lang.c Subject: Re: C Floating point arithmetic Message-ID: <863@dataioDataio.UUCP> Date: Wed, 20-Nov-85 12:57:55 EST Article-I.D.: dataioDa.863 Posted: Wed Nov 20 12:57:55 1985 Date-Received: Thu, 21-Nov-85 05:57:28 EST References: <3369@brl-tgr.ARPA> Reply-To: bright@dataio.UUCP (Walter Bright Organization: Data I/O Corp., Redmond WA Lines: 13 In article <3369@brl-tgr.ARPA> Schauble@mit-multics.arpa (Paul Schauble) writes: >Does anyone know of a C compiler for the IBM PC that does NOT force all >floating point arithmetic to be done in double precision? 8087 support >is necessary. The 8087 does all arithmetic internally in 80 bit floating format. Wanting a compiler that does 32 bit floating arithmetic, and then requiring 8087 support does not accomplish much. Perhaps if you gave more information about your problem, I could make a specific recommendation. For example, is program size or speed the problem? Do you use the trig functions? Do you require the program to run on non-8087 machines? There are a lot of C compilers for the PC, all with slightly different solutions to these problems.