diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-06-07 08:00:21 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-06-07 08:00:40 -0700 |
commit | 91655fc307fec2d5a8d60446b4de11cc986b47fa (patch) | |
tree | 0c0cf306a4134b0414792b6e26f0c4e24cd76117 /ChangeLog | |
parent | c9bd40daaee18cf1d9824e4a7ebaebe321e0a5a8 (diff) | |
download | glibc-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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] |