From owner-cvs-src@FreeBSD.ORG Wed Mar 5 18:25:35 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E05D1065673; Wed, 5 Mar 2008 18:25:35 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail13.syd.optusnet.com.au (mail13.syd.optusnet.com.au [211.29.132.194]) by mx1.freebsd.org (Postfix) with ESMTP id A31F58FC18; Wed, 5 Mar 2008 18:25:34 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c220-239-20-82.belrs4.nsw.optusnet.com.au [220.239.20.82]) by mail13.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m25IPW1A006117 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 6 Mar 2008 05:25:33 +1100 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.2/8.14.1) with ESMTP id m25IPWca058338; Thu, 6 Mar 2008 05:25:32 +1100 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.2/8.14.2/Submit) id m25IPVfp058337; Thu, 6 Mar 2008 05:25:31 +1100 (EST) (envelope-from peter) Date: Thu, 6 Mar 2008 05:25:31 +1100 From: Peter Jeremy To: Bruce Evans Message-ID: <20080305182531.GS68971@server.vk2pj.dyndns.org> References: <200803051121.m25BLE03035426@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kR3zbvD4cgoYnS/6" Content-Disposition: inline In-Reply-To: <200803051121.m25BLE03035426@repoman.freebsd.org> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/include _types.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Mar 2008 18:25:35 -0000 --kR3zbvD4cgoYnS/6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 05, 2008 at 11:21:14AM +0000, Bruce Evans wrote: > Log: > Change float_t and double_t to long double on i386. All floating point > expressions on i386 are evaluated in the range of the long double type, npx.h currently defines __INITIAL_NPXCW__ as 0x127f which makes the x87 emulate double (53-bit) precision rather than its native 64-bit long double. Doesn't this change also need a corresponding change to npx.h to make the x87 run with 64-bit precision? --=20 Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. --kR3zbvD4cgoYnS/6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHzuWb/opHv/APuIcRApHrAJ4pWMSoF+COe1gVeUBSwpIRS09dcwCgmIw0 Tqhq5t+gXGwmw72e9/zeHz4= =LBlO -----END PGP SIGNATURE----- --kR3zbvD4cgoYnS/6--