From owner-cvs-all@FreeBSD.ORG Wed Apr 2 08:44:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6BDD37B407; Wed, 2 Apr 2003 08:44:02 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56AA943FB1; Wed, 2 Apr 2003 08:44:01 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.7) with ESMTP id h32GhND0059139; Wed, 2 Apr 2003 08:43:23 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h32GhNlX059138; Wed, 2 Apr 2003 08:43:23 -0800 (PST) Date: Wed, 2 Apr 2003 08:43:23 -0800 From: "David O'Brien" To: Steve Kargl Message-ID: <20030402164323.GD58949@dragon.nuxi.com> References: <200303272038.h2RKcM7L096560@repoman.freebsd.org> <20030330175646.281097ad.Alexander@Leidinger.net> <20030331082023.GE11307@cirb503493.alcatel.com.au> <20030401172440.701aaafd.Alexander@Leidinger.net> <20030401200457.GA30284@cirb503493.alcatel.com.au> <20030402154250.X25489@gamplex.bde.org> <20030402161232.GA85205@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030402161232.GA85205@troutmask.apl.washington.edu> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: src-committers@freebsd.org cc: Bruce Evans cc: cvs-src@freebsd.org cc: Alexander Leidinger cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/ia64/include float.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2003 16:44:03 -0000 On Wed, Apr 02, 2003 at 08:12:32AM -0800, Steve Kargl wrote: > On Wed, Apr 02, 2003 at 04:21:30PM +1000, Bruce Evans wrote: > > > verify correct FP behaviour by the CPU and compiler floating around on > > > the net - look at NETLIB or Prof W. Kahan's web site. (I don't have > > > the URL's immediately to hand). > > > > ucbtest is good but is too old to cover much of C99. I haven't found > > anything anywhere near as good and up to date. > > Have you looked at John Hauser's SoftFloat package? > http://www.jhauser.us/arithmetic/SoftFloat.html. > > The blurb at the top of the web page states: "SoftFloat fully implements > the four most common floating-point formats: single precision (32 bits), NetBSD uses this in their libc for PowerPC, Sparc64, StrongARM.