summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-28 21:46:16 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-28 21:46:16 +0000
commit9984dd012623633f6e48d6d189a8df7d6c308535 (patch)
treefcda589028e969256495648655ec70487d243c0c /ChangeLog
parent14bc93a967e62abf8cf2704725b6f76619399f83 (diff)
downloadglibc-9984dd012623633f6e48d6d189a8df7d6c308535.tar.gz
glibc-9984dd012623633f6e48d6d189a8df7d6c308535.tar.xz
glibc-9984dd012623633f6e48d6d189a8df7d6c308535.zip
Use hex float 64-bit values in ldbl-96 asinl (bug 14803).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b74cde7e69..1cff12d4f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2012-11-28  Joseph Myers  <joseph@codesourcery.com>
+
+	[BZ #14803]
+	* sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
+	of pi/2 rounded to nearest to 64 bits.
+	(pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
+	nearest to 64 bits.
+	(pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
+	bits.
+
 2012-11-28  Jeff Law <law@redhat.com>
 	    Martin Osvald <mosvald@redhat.com>