aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32b766728e..8fa864c2a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2015-02-06 Joseph Myers <joseph@codesourcery.com>
+ [BZ #17932]
+ * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
+ where multiplication results in zero and third argument is finite
+ and nonzero.
+ * math/auto-libm-test-in: Add more tests of fma.
+ * math/auto-libm-test-out: Regenerated.
+
* soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
(_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
(_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.