cvs commit: src/lib/msun/i387 e_exp.S
Bruce Evans
bde at FreeBSD.org
Sun Oct 30 04:21:03 PST 2005
bde 2005-10-30 12:21:02 UTC
FreeBSD src repository
Modified files:
lib/msun/i387 e_exp.S
Log:
Fixed some comments added in rev.1.5.
The log message for 1.5 said that some small (one or two ulp) inaccuracies
were fixed, and a comment implied that the critical change is to switch
the rounding mode to to-nearest, with a switch of the precision to
extended at no extra cost. Actually, the errors are very large (ucbtest
finds ones of several hundred ulps), and it is the switch of the
precision that is critical.
Another comment was wrong about NaNs being handled sloppily.
Revision Changes Path
1.11 +7 -5 src/lib/msun/i387/e_exp.S
More information about the cvs-src
mailing list