aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-05-06 17:30:18 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-05-06 17:30:18 +0000
commit471dffa12cd5ec30ef59a777f24b13825482aeaf (patch)
treea48243429365f4573599373550db2ec9e676ef66 /ChangeLog
parent2015-05-06 Szabolcs Nagy <szabolcs.nagy@arm.com> (diff)
downloadglibc-471dffa12cd5ec30ef59a777f24b13825482aeaf.tar.xz
glibc-471dffa12cd5ec30ef59a777f24b13825482aeaf.zip
Add more tests of acosh, atanh, cos, csqrt, erfc, sin, sincos.
This patch adds more randomly-generated tests of various libm functions 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 acosh, atanh, cos, csqrt, erfc, sin and sincos. * 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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38f744a8e6..9cbe60c33e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-05-06 Joseph Myers <joseph@codesourcery.com>
+
+ * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
+ csqrt, erfc, sin and sincos.
+ * math/auto-libm-test-out: Regenerated.
+ * sysdeps/i386/fpu/libm-test-ulps: Update.
+ * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
+
2015-05-06 Szabolcs Nagy <szabolcs.nagy@arm.com>
* sysdeps/aarch64/libm-test-ulps: Update.