about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-10-02 05:05:17 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-10-02 05:05:17 -0700
commit0569936773c861c791f10bba5e2f4cac5fbb4e78 (patch)
treefa6478e2fd9f2b8bf1310b23a1c6518db6299f65 /ChangeLog
parent40d4a87bb557e5667e8ad72351bbd4bce5e2c0bc (diff)
downloadglibc-0569936773c861c791f10bba5e2f4cac5fbb4e78.tar.gz
glibc-0569936773c861c791f10bba5e2f4cac5fbb4e78.tar.xz
glibc-0569936773c861c791f10bba5e2f4cac5fbb4e78.zip
Define HAS_FMA with bit_FMA_Usable
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5183fac7a..d121446ac1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+	[BZ #14648]
+	* sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
+	Set bit_FMA_Usable if FMA is supported.
+	* sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
+	macro.
+	(bit_FMA4_Usable): Updated.
+	(index_FMA_Usable): New macro.
+	(CPUID_FMA): Likewise
+	(HAS_FMA): Defined with bit_FMA_Usable.
+
 2012-10-01  Roland McGrath  <roland@hack.frob.com>
 
 	* bits/types.h (__swblk_t): Type removed.