about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-01 16:47:26 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-01 16:47:26 +0000
commit473611b22d630a5cbb870d2a7edf08071d4d8ace (patch)
tree072d5b0e02816731a992290d057ce6373d4d3e24 /NEWS
parent4078da3d4ed94e148986b50f4fbaf9cca87fc52c (diff)
downloadglibc-473611b22d630a5cbb870d2a7edf08071d4d8ace.tar.gz
glibc-473611b22d630a5cbb870d2a7edf08071d4d8ace.tar.xz
glibc-473611b22d630a5cbb870d2a7edf08071d4d8ace.zip
Fix fma (a, b, c) for small a * b (bugs 14784, 14785).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8b691e5e7c..12184f8eff 100644
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,7 @@ Version 2.17
   14459, 14476, 14477, 14505, 14510, 14516, 14518, 14519, 14530, 14532,
   14538, 14543, 14544, 14545, 14557, 14562, 14568, 14576, 14579, 14583,
   14587, 14595, 14602, 14610, 14621, 14638, 14645, 14648, 14652, 14660,
-  14661, 14683, 14694, 14716, 14743, 14767, 14783.
+  14661, 14683, 14694, 14716, 14743, 14767, 14783, 14784, 14785.
 
 * Support for STT_GNU_IFUNC symbols added for s390 and s390x.
   Optimized versions of memcpy, memset, and memcmp added for System z10 and