Date: Wed, 13 Feb 2008 16:56:53 +0000 (UTC) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/msun/src s_ceill.c s_floorl.c s_truncl.c src/lib/msun Makefile Message-ID: <200802131656.m1DGurGG006691@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2008-02-13 16:56:52 UTC FreeBSD src repository Modified files: lib/msun/src s_ceill.c s_floorl.c s_truncl.c lib/msun Makefile Log: On arches where long double is the same as double, alias ceil(), floor() and trunc() to the corresponding long double functions. This is not just an optimization for these arches. The full long double functions have a wrong value for `huge', and the arches without full long doubles depended on it being wrong. Revision Changes Path 1.87 +7 -6 src/lib/msun/Makefile 1.6 +4 -0 src/lib/msun/src/s_ceill.c 1.5 +4 -0 src/lib/msun/src/s_floorl.c 1.6 +4 -0 src/lib/msun/src/s_truncl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802131656.m1DGurGG006691>