aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-07-03 10:37:59 -0700
committerRichard Henderson <rth@twiddle.net>2014-07-03 10:37:59 -0700
commit69862e2511a41d64ff8ce942721589fb12bade15 (patch)
tree73a2d48f9a0a8af2dfa668f9132c5d528d5a8256 /ChangeLog
parentd5e16ade14822f1a125b6d568b1e3e1326e8868d (diff)
downloadglibc-69862e2511a41d64ff8ce942721589fb12bade15.zip
glibc-69862e2511a41d64ff8ce942721589fb12bade15.tar.gz
glibc-69862e2511a41d64ff8ce942721589fb12bade15.tar.bz2
alpha: Remove nearbyint and nearbyintf implementations
The original implementation was written for EV5, which does not record inexact in the status register for /SU (but no /I) insns. But EV6 does record the inexact status; the lack of /I simply means that the exception is suppressed. Adding feholdexcept becomes the bulk of the overhead, so we might as well use the default implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e84fbbf..5eb0d43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-07-03 Richard Henderson <rth@redhat.com>
+ * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
+ * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
+ include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
+
* sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
(math_force_eval): New.