about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-03-13 14:12:44 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-03-13 14:12:44 +0000
commitf453b98b6bf698ddb4d49cd3dc0f94d2da2a8968 (patch)
treeb14dc65111884a7d94642b63741aa015cd41463d /ChangeLog
parent8e59da90ce7ef7b4226b9516116353cfceb5bb1c (diff)
downloadglibc-f453b98b6bf698ddb4d49cd3dc0f94d2da2a8968.tar.gz
glibc-f453b98b6bf698ddb4d49cd3dc0f94d2da2a8968.tar.xz
glibc-f453b98b6bf698ddb4d49cd3dc0f94d2da2a8968.zip
Clean up dbl-64 rint, nearbyint.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 391bb6050f..b8f1fe53ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-03-13  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
+	manipulate bits before adding and subtracting TWO52[sx].
+	* sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
+	* sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
+	Likewise.
+	* sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
+
 2012-03-13  David S. Miller  <davem@davemloft.net>
 
 	* sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.