diff options
author | Richard Henderson <rth@twiddle.net> | 2013-05-16 06:34:01 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2013-05-16 06:34:01 -0700 |
commit | e6e49e59c1017f5fcf442ccbfa63b2a9627cb0c0 (patch) | |
tree | 17127e2789125bee11cd2ebf2fcc2ec443068892 /ChangeLog | |
parent | 105a07dfc0678d13556126e04b9548f87f7f5d95 (diff) | |
download | glibc-e6e49e59c1017f5fcf442ccbfa63b2a9627cb0c0.tar.gz glibc-e6e49e59c1017f5fcf442ccbfa63b2a9627cb0c0.tar.xz glibc-e6e49e59c1017f5fcf442ccbfa63b2a9627cb0c0.zip |
De-stringify constants in math/atest-exp2.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e9450ef199..0170f601be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2013-05-16 Richard Henderson <rth@redhat.com> + + * math/atest-exp2.c (LIMB64): New macro. + (CONSTSZ): New macro. + (mp_exp1, mp_exp_m1, mp_log2): New variables. + (hexdig): Move ... + (print_mpn_fp): ... to function scope. + (read_mpn_hex): Remove. + (get_log2): Remove. + (exp2_mpn): Use mp_log2. + (main): Use mp_exp1. + 2013-05-16 Joseph Myers <joseph@codesourcery.com> * math/libm-test.inc: Remove comment about not testing "inexact" |