about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-03-25 00:05:13 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-03-25 00:05:13 +0000
commitbc899ea0901b8163b03f0d7ffb2cf2c88fb3e649 (patch)
tree90b2885c0cd40f64cb68a38c2c28dfbbac219827 /ChangeLog
parent239ed6f309d835c35c95ea0c492cbe15aa4cc7bf (diff)
downloadglibc-bc899ea0901b8163b03f0d7ffb2cf2c88fb3e649.tar.gz
glibc-bc899ea0901b8163b03f0d7ffb2cf2c88fb3e649.tar.xz
glibc-bc899ea0901b8163b03f0d7ffb2cf2c88fb3e649.zip
Add more tests of expm1.
This patch adds some randomly-generated tests of expm1 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 expm1.
	* 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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0e6aa7884..207591d623 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-03-25  Joseph Myers  <joseph@codesourcery.com>
+
+	* math/auto-libm-test-in: Add more tests of expm1.
+	* math/auto-libm-test-out: Regenerated.
+	* sysdeps/i386/fpu/libm-test-ulps: Update.
+	* sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
+
 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
 
 	* math/auto-libm-test-in: Add more tests of cosh and sinh.