From owner-cvs-src@FreeBSD.ORG Tue Oct 11 13:27:27 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 890C916A429 for ; Tue, 11 Oct 2005 13:27:27 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from hydra.bec.de (www.ostsee-abc.de [62.206.222.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ED0E43D9A for ; Tue, 11 Oct 2005 13:27:21 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (storm.stura.uni-rostock.de [139.30.252.72]) by hydra.bec.de (Postfix) with ESMTP id CCA5735707 for ; Tue, 11 Oct 2005 15:27:19 +0200 (CEST) Received: by britannica.bec.de (Postfix, from userid 1000) id 331892A26; Tue, 11 Oct 2005 15:27:06 +0200 (CEST) Date: Tue, 11 Oct 2005 15:27:05 +0200 From: Joerg Sonnenberger To: cvs-src@freebsd.org Message-ID: <20051011132705.GA1374@britannica.bec.de> References: <200510110756.j9B7u6VC099350@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510110756.j9B7u6VC099350@repoman.freebsd.org> User-Agent: Mutt/1.5.10i Subject: Re: cvs commit: src/lib/msun/src k_rem_pio2f.c 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: Tue, 11 Oct 2005 13:27:27 -0000 On Tue, Oct 11, 2005 at 07:56:05AM +0000, Bruce Evans wrote: > bde 2005-10-11 07:56:05 UTC > > FreeBSD src repository > > Modified files: > lib/msun/src k_rem_pio2f.c > Log: > Fixed range reduction for large multiples of pi/2 on systems with > broken assignment to floats (e.g., i386 with gcc -O, but not amd64 or > ia64; i386 with gcc -O0 worked accidentally). You might trigger the same behaviour with -ffast-math on other archs, how does it affect the results? Joerg