diff options
author | Richard Henderson <rth@twiddle.net> | 2014-08-01 12:13:50 -1000 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2014-08-01 12:13:50 -1000 |
commit | 4896f049205013528f1f0df7f7cbb52e8c5664d1 (patch) | |
tree | 7f397f3b733485f3a4859eed19251c64d2eca64d /ChangeLog | |
parent | 6f64e7d75fdab0be50edc814a41ddc43ef4ec8ef (diff) | |
download | glibc-4896f049205013528f1f0df7f7cbb52e8c5664d1.tar.gz glibc-4896f049205013528f1f0df7f7cbb52e8c5664d1.tar.xz glibc-4896f049205013528f1f0df7f7cbb52e8c5664d1.zip |
Force eval for fma implementations
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5aaea43891..c3006f57e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2014-08-01 Richard Henderon <rth@redhat.com> + + * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before + feclearexcept; use math_opt_barrier instead of open-coded asm; fix + typo in exact zero test. + * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise. + * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise. + * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise. + 2014-08-01 Roland McGrath <roland@hack.frob.com> * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE) |