Date: Sat, 19 Jan 2008 22:05:14 +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 math_private.h Message-ID: <200801192205.m0JM5EF2098067@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2008-01-19 22:05:14 UTC
FreeBSD src repository
Modified files:
lib/msun/src math_private.h
Log:
Do an ordinary assignment in STRICT_ASSIGN() except for floats until
there is a problem with non-floats (when i386 defaults to extra
precision). This essentially restores yesterday's behaviour for doubles
on i386 (since generic rint() isn't used and everywhere else assumed
working assignment), but for arches that use the generic rint() it
finishes restoring some of 1995's behaviour (don't waste time doing
unnecessary store/load).
Revision Changes Path
1.23 +6 -2 src/lib/msun/src/math_private.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801192205.m0JM5EF2098067>
