From owner-cvs-all@FreeBSD.ORG Fri Oct 24 03:00:31 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 4A7E616A4B3; Fri, 24 Oct 2003 03:00:31 -0700 (PDT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5E5443FA3; Fri, 24 Oct 2003 03:00:27 -0700 (PDT) (envelope-from des@des.no) Received: from smtp.des.no (37.80-203-228.nextgentel.com [80.203.228.37]) by mail.broadpark.no (Postfix) with ESMTP id D3A597E7F9; Fri, 24 Oct 2003 10:50:18 +0200 (MEST) Received: by smtp.des.no (Pony Express, from userid 666) id CAB4A9BAB0; Fri, 24 Oct 2003 10:50:01 +0200 (CEST) Received: from dwp.des.no (dwp.des.no [10.0.0.4]) by smtp.des.no (Pony Express) with ESMTP id 05CF89BAAA; Fri, 24 Oct 2003 10:49:57 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id C215BB823; Fri, 24 Oct 2003 10:49:57 +0200 (CEST) To: src-committers@FreeBSD.ORG References: <200310230820.h9N8KlSD025966@repoman.freebsd.org> <20031024083336.GA10360@VARK.homeunix.com> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Fri, 24 Oct 2003 10:49:57 +0200 In-Reply-To: <20031024083336.GA10360@VARK.homeunix.com> (David Schultz's message of "Fri, 24 Oct 2003 01:33:36 -0700") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on dsa.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60 cc: cvs-src@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/msun/src fabsl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 10:00:31 -0000 David Schultz writes: > Cool. This has a minor bug in that it does the wrong thing for -0. I'd like to use your solution[1] instead, but it requires quite a bit more work as fpmath.h isn't normally installed. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no [1] http://lists.freebsd.org/pipermail/cvs-all/2003-August/022599.html