From owner-cvs-src@FreeBSD.ORG Fri Apr 22 09:57:55 2005 Return-Path: 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 672D116A4CF; Fri, 22 Apr 2005 09:57:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C6AB43D2D; Fri, 22 Apr 2005 09:57:55 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3M9vtF5040412; Fri, 22 Apr 2005 09:57:55 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3M9vtas040411; Fri, 22 Apr 2005 09:57:55 GMT (envelope-from stefanf) Message-Id: <200504220957.j3M9vtas040411@repoman.freebsd.org> From: Stefan Farfeleder Date: Fri, 22 Apr 2005 09:57:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun/src s_ceill.c s_floorl.c s_truncl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 22 Apr 2005 09:57:55 -0000 stefanf 2005-04-22 09:57:55 UTC FreeBSD src repository Modified files: lib/msun/src s_ceill.c s_floorl.c s_truncl.c Log: Use double additions to raise the inexact exception to work around problems with long double addition on sparc64. Revision Changes Path 1.3 +4 -4 src/lib/msun/src/s_ceill.c 1.3 +4 -4 src/lib/msun/src/s_floorl.c 1.3 +4 -4 src/lib/msun/src/s_truncl.c