From owner-freebsd-current@FreeBSD.ORG Wed May 9 14:58:41 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AABBA16A400; Wed, 9 May 2007 14:58:41 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 75FA213C45A; Wed, 9 May 2007 14:58:41 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.13.8) with ESMTP id l49Etcdk095527; Wed, 9 May 2007 07:55:38 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.13.8/Submit) id l49Etcg4095526; Wed, 9 May 2007 07:55:38 -0700 (PDT) (envelope-from sgk) Date: Wed, 9 May 2007 07:55:38 -0700 From: Steve Kargl To: Luoqi Chen Message-ID: <20070509145538.GA95496@troutmask.apl.washington.edu> References: <200705090216.33394.luoqi@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200705090216.33394.luoqi@freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: current@freebsd.org Subject: Re: rint() bug X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 14:58:41 -0000 On Wed, May 09, 2007 at 02:16:32AM -0700, Luoqi Chen wrote: > Does anyone know about this particular bug (and have a plan to fix it)? > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4831589 > On i386 and amd64, FreeBSD uses assembly code contributed by David Schultz. On platforms that use fdlibm code, the bug was fixed 17 months ago. cvsweb is a wonderful tool. http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/msun/src/s_rint.c -- Steve