about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2010-10-18 07:29:50 -0400
committerUlrich Drepper <drepper@redhat.com>2010-10-18 07:29:50 -0400
commit7c08a05c5f4f86f9e249c2554b1628da0f812364 (patch)
treeba03c8bb069dfcd50dcf07eef670dd1da8bf27d6 /ChangeLog
parent3e692e0518b4f4679352d25102bd47cf3f85c592 (diff)
downloadglibc-7c08a05c5f4f86f9e249c2554b1628da0f812364.tar.gz
glibc-7c08a05c5f4f86f9e249c2554b1628da0f812364.tar.xz
glibc-7c08a05c5f4f86f9e249c2554b1628da0f812364.zip
IEEE quad fmal fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62ba40bc89..aafc4541bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-10-16  Jakub Jelinek  <jakub@redhat.com>
+
+	[BZ #3268]
+	* math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
+	* sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
+	computation is not scheduled after fetestexcept.  Fix value
+	of minimum denormal long double.
+
 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
 
 	[BZ #3268]