From owner-cvs-all@FreeBSD.ORG Sun Jun 6 03:08:27 2004 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 3D2E016A4CE; Sun, 6 Jun 2004 03:08:27 -0700 (PDT) Received: from VARK.homeunix.com (ar59.lsanca2-4.27.98.47.lsanca2.dsl-verizon.net [4.27.98.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED1E643D2F; Sun, 6 Jun 2004 03:08:26 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.11/8.12.10) with ESMTP id i56A8JTU007011; Sun, 6 Jun 2004 03:08:19 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.11/8.12.10/Submit) id i56A8JRx007010; Sun, 6 Jun 2004 03:08:19 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Sun, 6 Jun 2004 03:08:19 -0700 From: David Schultz To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040606100819.GA6990@VARK.homeunix.com> Mail-Followup-To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200406060958.i569wuqI005343@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406060958.i569wuqI005343@repoman.freebsd.org> Subject: Re: cvs commit: src/lib/msun/alpha fenv.c fenv.h 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: Sun, 06 Jun 2004 10:08:27 -0000 On Sun, Jun 06, 2004, David Schultz wrote: > das 2004-06-06 09:58:55 UTC > > FreeBSD src repository > > Added files: > lib/msun/alpha fenv.c fenv.h > Log: > Add an fenv.h implementation for the alpha port. All of the standard > features appear to work, subject to the caveat that you tell gcc you > want standard rather than recklessly fast behavior > (-mieee-with-inexact -mfp-rounding-mode=d). > > The non-standard feature of delivering a SIGFPE when an application > raises an unmasked exception does not work, presumably due to a kernel > bug. This isn't so bad given that floating-point exceptions on the > Alpha architecture are not precise, so making them useful in userland > requires a significant amount of wizardry. > > Reviewed by: standards@ Some bugs in the kernel's floating-point emulation routines were fixed on May 6. You should have a more recent kernel if you want to access the floating-point environment.