From owner-cvs-src@FreeBSD.ORG Tue Mar 1 03:56:26 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 8A65C16A531; Tue, 1 Mar 2005 03:56:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CF5043D55; Tue, 1 Mar 2005 03:56:24 +0000 (GMT) (envelope-from das@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 j213uOgc096130; Tue, 1 Mar 2005 03:56:24 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j213uOV4096129; Tue, 1 Mar 2005 03:56:24 GMT (envelope-from das) Message-Id: <200503010356.j213uOV4096129@repoman.freebsd.org> From: David Schultz Date: Tue, 1 Mar 2005 03:56:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/lib/msun/src math.h 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: Tue, 01 Mar 2005 03:56:26 -0000 das 2005-03-01 03:56:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/msun/src math.h Log: MFC math.h,v 1.45 Add and document ilogbl(), a long double version of ilogb(). MFC math.h,v 1.47 Whitespace nit. MFC math.h,v 1.48 Implement floorl(). MFC math.h,v 1.49 Implement and document ceill(). MFC math.h,v 1.51 Set math_errhandling to MATH_ERREXCEPT. Now that we have fenv.h, we basically support this, subject to gcc's lack of FENV_ACCESS support. In any case, the previous setting of math_errhandling to 0 is not allowed by POSIX. MFC math.h,v 1.53 Only annotate pure routines with __pure2. MFC math.h,v 1.54 Add fma() and fmaf(), which implement a fused multiply-add operation. Revision Changes Path 1.43.2.2 +39 -34 src/lib/msun/src/math.h