Date: Fri, 8 Feb 2008 01:45:52 +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_truncl.c Message-ID: <200802080145.m181jqk3063068@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2008-02-08 01:45:52 UTC
FreeBSD src repository
Modified files:
lib/msun/src s_truncl.c
Log:
Fix truncl() when the result should be -0.0L. When the result is +-0.0L,
it must have the same sign as the arg in all rounding modes, but it was
always +0.0L.
Revision Changes Path
1.5 +2 -1 src/lib/msun/src/s_truncl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802080145.m181jqk3063068>
