about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2018-10-02 17:17:15 +0000
committerJoseph Myers <joseph@codesourcery.com>2018-10-02 17:17:15 +0000
commitf346b5b38ce83ebc832590273e134c53adc06f21 (patch)
treeba2b774ca25354364fea64d74947668457e93e35 /ChangeLog
parent4a06ceea33ecc220bbfe264d8f1e74de2f04e90d (diff)
downloadglibc-f346b5b38ce83ebc832590273e134c53adc06f21.tar.gz
glibc-f346b5b38ce83ebc832590273e134c53adc06f21.tar.xz
glibc-f346b5b38ce83ebc832590273e134c53adc06f21.zip
Add more fma tests.
In my review
<https://sourceware.org/ml/libc-alpha/2018-06/msg00375.html> of a
patch for bug 23584, I expressed concern that the proposed changes
didn't deal with certain cases similar to the ones in the bug but
where test coverage was missing.

This patch adds such tests of fma (Inf, finite, finite) and fma
(finite, Inf, finite) to libm-test-fma.inc.  It does *not* do anything
to fix the bug, simply adds test coverage to provide stronger evidence
of whether any proposed revised fix does address the cases I was
concerned with.

Tested for x86_64 and x86.

	* math/libm-test-fma.inc (fma_test_data): Add more tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12c7fcc4f8..3c11dd9779 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-10-02  Joseph Myers  <joseph@codesourcery.com>
+
+	* math/libm-test-fma.inc (fma_test_data): Add more tests.
+
 2018-10-02  Martin Jansa  <Martin.Jansa@gmail.com>
 
 	[BZ #19444]