cvs commit: src/lib/msun/src math_private.h
Bruce Evans
bde at FreeBSD.org
Sat Jan 19 14:05:14 PST 2008
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
More information about the cvs-src
mailing list