This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug string/20195] FMA4 detection requires CPUID execution with register eax=0x80000001


https://sourceware.org/bugzilla/show_bug.cgi?id=20195

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  91655fc307fec2d5a8d60446b4de11cc986b47fa (commit)
      from  c9bd40daaee18cf1d9824e4a7ebaebe321e0a5a8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=91655fc307fec2d5a8d60446b4de11cc986b47fa

commit 91655fc307fec2d5a8d60446b4de11cc986b47fa
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Jun 7 08:00:21 2016 -0700

    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.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                  |    7 +++++++
 sysdeps/x86/cpu-features.c |   13 +++++++++----
 2 files changed, 16 insertions(+), 4 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]