about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-09-11 15:03:10 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-09-11 15:03:10 +0000
commit00a7073c3810da6ef24a2e58cf6b574ac7926d23 (patch)
treecf78fbc63d17121dc130b6aa19cd0e15bda89e1e /ChangeLog
parent050f29c18873ec05ba04a4034bed8cb3f6ae4463 (diff)
downloadglibc-00a7073c3810da6ef24a2e58cf6b574ac7926d23.tar.gz
glibc-00a7073c3810da6ef24a2e58cf6b574ac7926d23.tar.xz
glibc-00a7073c3810da6ef24a2e58cf6b574ac7926d23.zip
Add more randomly-generated libm tests.
This patch adds more libm test inputs found through random test
generation to increase observed ulps on x86_64.

Tested for x86_64 and x86.

	* math/auto-libm-test-in: Add more tests of acosh, atanh, cbrt,
	cosh, csqrt, erfc, expm1 and lgamma.
	* 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 c9023fb671..61a4b539fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-09-11  Joseph Myers  <joseph@codesourcery.com>
+
+	* math/auto-libm-test-in: Add more tests of acosh, atanh, cbrt,
+	cosh, csqrt, erfc, expm1 and lgamma.
+	* math/auto-libm-test-out: Regenerated.
+	* sysdeps/i386/fpu/libm-test-ulps: Update.
+	* sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
+
 2015-09-10  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #2542]