aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-04-30 22:32:08 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-04-30 22:32:08 +0000
commit094fca83eeaf8d7fc8478ea9fa8cdcb19e2df2de (patch)
tree68ced6e91056427fb8c3315337c8bc7278eb20b2 /ChangeLog
parent0833cecd26de9cd53de834ec8f79d699a8f6e76b (diff)
downloadglibc-094fca83eeaf8d7fc8478ea9fa8cdcb19e2df2de.tar
glibc-094fca83eeaf8d7fc8478ea9fa8cdcb19e2df2de.tar.gz
glibc-094fca83eeaf8d7fc8478ea9fa8cdcb19e2df2de.tar.bz2
glibc-094fca83eeaf8d7fc8478ea9fa8cdcb19e2df2de.zip
Add further tests of cosh and sinh.
This patch adds some further randomly-generated tests of cosh and sinh that are observed to increase ulps on x86_64. Tested for x86_64 and x86 and ulps updated accordingly. * math/auto-libm-test-in: Add more tests of cosh and sinh. * math/auto-libm-test-out: Regenerated. * sysdeps/i386/fpu/libm-test-ulps: Update. * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c386cabe4f..88d7cf6c25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2015-04-30 Joseph Myers <joseph@codesourcery.com>
+ * math/auto-libm-test-in: Add more tests of cosh and sinh.
+ * math/auto-libm-test-out: Regenerated.
+ * sysdeps/i386/fpu/libm-test-ulps: Update.
+ * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
+
* sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
2015-04-29 Roland McGrath <roland@hack.frob.com>