Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!rutgers!sri-unix!ctnews!mitisft!markb From: markb@mitisft.Convergent.COM (Mark Beyer) Newsgroups: comp.arch Subject: Re: IEEE floating point modes Message-ID: <221@mitisft.Convergent.COM> Date: Thu, 2-Jul-87 13:01:54 EDT Article-I.D.: mitisft.221 Posted: Thu Jul 2 13:01:54 1987 Date-Received: Sat, 4-Jul-87 06:43:01 EDT References: <93900007@hcx1> Organization: Convergent Technologies, San Jose, CA Lines: 7 In article <93900007@hcx1>, daver@hcx1.SSD.HARRIS.COM writes: > Of the 4 rounding modes -- nearest, zero, positive infinity, and negative > infinity -- which one(s) are you most likely to use? The compilers and runtimes for the 80387 and Weitek 1167 that I've seen use 'nearest' rounding for floating point. Integers are rounded towards zero.