diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2015-02-25 Joseph Myers <joseph@codesourcery.com> + + [BZ #18020] + * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and + 2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas. + * math/auto-libm-test-in: Add more tests of asinh. + * math/auto-libm-test-out: Regenerated. + * sysdeps/i386/fpu/libm-test-ulps: Update. + * sysdeps/x86_64/fpu/libm-test-ulps: Likewise. + 2015-02-25 Cong Wang <xiyou.wangcong@gmail.com> [BZ #15850] |