Date: Tue, 1 Mar 2005 03:57:18 +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 Makefile Message-ID: <200503010357.j213vI6M096785@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2005-03-01 03:57:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/msun Makefile Log: MFC Makefile,v 1.53 Add and document ilogbl(), a long double version of ilogb(). MFC Makefile,v 1.55 Hook up and document floorl(). MFC Makefile,v 1.56 Implement and document ceill(). MFC Makefile,v 1.59 Add fma() and fmaf(), which implement a fused multiply-add operation. MFC Makefile,v 1.60 - Move the functions presently described in in ieee(3) to their own manpages. They are not very related, so separating them makes it easier to add meaningful cross-references and extend some of the descriptions. - Move the part of math(3) that discusses IEEE 754 to the ieee(3) manpage. MFC Makefile,v 1.62 Move machine-dependent crud to its own makefile. MFC Makefile,v 1.64 Un-document the non-extant exp10() and exp10f() functions. exp10() was a casualty of the transition away from the VAX. Revision Changes Path 1.51.2.3 +25 -32 src/lib/msun/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503010357.j213vI6M096785>