about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-07-03 08:45:57 -0700
committerRichard Henderson <rth@twiddle.net>2014-07-03 08:45:57 -0700
commitcd1175a373590f053bea8aa9f2dfaeae13906aa9 (patch)
tree682c8fd34e32e711d2678b4ca4f86207c48522cd /ChangeLog
parentb3ec00e599dd7d2641bf1a575769f34a205f8e00 (diff)
downloadglibc-cd1175a373590f053bea8aa9f2dfaeae13906aa9.tar.gz
glibc-cd1175a373590f053bea8aa9f2dfaeae13906aa9.tar.xz
glibc-cd1175a373590f053bea8aa9f2dfaeae13906aa9.zip
alpha: Remove round and roundf implementations
Two bugs in these implementations: First is that the add of 0.5
was not done in chopped rounding mode (easily fixable).  Second
is that the method generates incorrect inexact exceptions for
small integral values (not easily fixable).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9170174b08..87b7a9385c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-07-03  Richard Henderson  <rth@redhat.com>
 
+	* sysdeps/alpha/fpu/s_round.c: Remove file.
+	* sysdeps/alpha/fpu/s_roundf.c: Remove file.
+
 	* elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
 	(_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
 	* elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.