diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-10-26 11:37:08 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2011-10-26 11:44:08 +0200 |
commit | 804791474dc1f0904f6d91ef66dbbbc322991e0b (patch) | |
tree | 45bbe2612165bf4b252de5e9efbdd8c214f62dfe /ChangeLog | |
parent | f6ce9294b0a6c5a847109cc41b7ad0c838b9ccfe (diff) | |
download | glibc-804791474dc1f0904f6d91ef66dbbbc322991e0b.tar glibc-804791474dc1f0904f6d91ef66dbbbc322991e0b.tar.gz glibc-804791474dc1f0904f6d91ef66dbbbc322991e0b.tar.bz2 glibc-804791474dc1f0904f6d91ef66dbbbc322991e0b.zip |
Fix uses of math_force_eval
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2011-10-26 Andreas Schwab <schwab@redhat.com> + * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval. + * sysdeps/ieee754/dbl-64/s_round.c: Likewise. + * sysdeps/ieee754/flt-32/s_roundf.c: Likewise. + * math/math_private.h (math_force_eval): Allow non-addressable arguments. * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise. |