aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e13f9f9..296f5e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]