diff options
author | Jakub Jelinek <jakub@redhat.com> | 2010-10-18 07:29:50 -0400 |
---|---|---|
committer | Luis Machado <luisgpm@br.ibm.com> | 2010-11-01 03:19:24 -0200 |
commit | fbe0f55169e6ce50fd2eef1a84f64bbe7aa0592d (patch) | |
tree | 719935e965cc700e899833079d33fc7c7a345165 /ChangeLog | |
parent | f302527f2cb6d915fee932e08776990bab959578 (diff) | |
download | glibc-fbe0f55169e6ce50fd2eef1a84f64bbe7aa0592d.tar.gz glibc-fbe0f55169e6ce50fd2eef1a84f64bbe7aa0592d.tar.xz glibc-fbe0f55169e6ce50fd2eef1a84f64bbe7aa0592d.zip |
IEEE quad fmal fixes
(cherry picked from commit 7c08a05c5f4f86f9e249c2554b1628da0f812364)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4cfa3beeb8..dd1cbecc0c 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-19 Michael Meissner <meissner@linux.vnet.ibm.com> * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma |