summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-06-07 08:00:21 -0700
committerH.J. Lu <hjl.tools@gmail.com>2016-06-07 08:00:40 -0700
commit91655fc307fec2d5a8d60446b4de11cc986b47fa (patch)
tree0c0cf306a4134b0414792b6e26f0c4e24cd76117 /ChangeLog
parentc9bd40daaee18cf1d9824e4a7ebaebe321e0a5a8 (diff)
downloadglibc-91655fc307fec2d5a8d60446b4de11cc986b47fa.tar.gz
Check FMA after COMMON_CPUID_INDEX_80000001
Since the FMA4 bit is in COMMON_CPUID_INDEX_80000001 and FMA4 requires AVX, determine if FMA4 is usable after COMMON_CPUID_INDEX_80000001 is available and if AVX is usable. [BZ #20195] * sysdeps/x86/cpu-features.c (get_common_indeces): Move FMA4 check to ... (init_cpu_features): Here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f006508efd..5688d2009f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-06-07 H.J. Lu <hongjiu.lu@intel.com>
+
+ [BZ #20195]
+ * sysdeps/x86/cpu-features.c (get_common_indeces): Move FMA4
+ check to ...
+ (init_cpu_features): Here.
+
2016-06-07 Carlos O'Donell <carlos@redhat.com>
[BZ #20214]