summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-05-05 22:59:41 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-05-05 22:59:41 +0000
commit31450d9a87e5bb4d887127ad72b908b4f52bd522 (patch)
tree2e164fa8bead9b053a55ff8ed34cef23658ad206 /ChangeLog
parenta6ab6ccda3c3aeb741bff7a18fb737e5b7233a49 (diff)
downloadglibc-31450d9a87e5bb4d887127ad72b908b4f52bd522.tar.gz
glibc-31450d9a87e5bb4d887127ad72b908b4f52bd522.tar.xz
glibc-31450d9a87e5bb4d887127ad72b908b4f52bd522.zip
Add further tests of libm functions.
This patch adds more randomly-generated tests of various libm
functions that are observed to increase ulps on x86_64.  (This process
must eventually converge, when my random test generation stops finding
inputs that increase the listed ulps, except maybe for any cases
uncovered where the errors exceed the maximum allowed 9ulp error and
so indicate actual libm bugs needing fixing.)

Tested for x86_64 and x86 and ulps updated accordingly.

	* math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
	clog10, csqrt, erfc, exp2, expm1, log10, log2 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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecc175e5ad..92b30cab37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-05-05  Joseph Myers  <joseph@codesourcery.com>
+
+	* math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
+	clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
+	* math/auto-libm-test-out: Regenerated.
+	* sysdeps/i386/fpu/libm-test-ulps: Update.
+	* sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
+
 2015-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
 
 	[BZ #18265]