about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-07-03 08:52:45 -0700
committerRichard Henderson <rth@twiddle.net>2014-07-03 08:52:45 -0700
commitca7b945c7330064f494436611bd35fce6107abf6 (patch)
tree5176ca06cbb59eea5a267269df6812736eb29a24 /ChangeLog
parentcd1175a373590f053bea8aa9f2dfaeae13906aa9 (diff)
downloadglibc-ca7b945c7330064f494436611bd35fce6107abf6.tar.gz
glibc-ca7b945c7330064f494436611bd35fce6107abf6.tar.xz
glibc-ca7b945c7330064f494436611bd35fce6107abf6.zip
alpha: Fix lround implementations
Use chopped rounding to add 0.5.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87b7a9385c..017003e241 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-07-03  Richard Henderson  <rth@redhat.com>
 
+	* sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
+	* sysdeps/alpha/fpu/s_lroundf.c: Likewise.
+
 	* sysdeps/alpha/fpu/s_round.c: Remove file.
 	* sysdeps/alpha/fpu/s_roundf.c: Remove file.