summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-04-09 22:14:00 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-04-09 22:14:34 +0000
commitb3c66c534f8a9dbee44aa4983814fc52008f0323 (patch)
treee895281a6bb480a12c681bce96572aa9bdffce4a /ChangeLog
parent8a257e2cb50cd8e8e3e2368d80bf325ea4086cf9 (diff)
downloadglibc-b3c66c534f8a9dbee44aa4983814fc52008f0323.tar.gz
glibc-b3c66c534f8a9dbee44aa4983814fc52008f0323.tar.xz
glibc-b3c66c534f8a9dbee44aa4983814fc52008f0323.zip
Add more tests of clog and clog10.
This patch adds some randomly-generated tests of clog and clog10 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 clog and clog10.
	* 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 c2eacca8de..1456211390 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-04-09  Joseph Myers  <joseph@codesourcery.com>
+
+	* math/auto-libm-test-in: Add more tests of clog and clog10.
+	* math/auto-libm-test-out: Regenerated.
+	* sysdeps/i386/fpu/libm-test-ulps: Update.
+	* sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
+
 2015-04-09  Roland McGrath  <roland@hack.frob.com>
 
 	* Makeconfig (module-cppflags): Exclude all .v.i files.