Date: Tue, 1 Mar 2005 03:56:24 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/msun/src math.h Message-ID: <200503010356.j213uOV4096129@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503010356.j213uOV4096129>