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 math/21967] When 512-bit AVX2 wrapper functions in mathvec are used?


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

--- Comment #5 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, hjl/pr21967/master has been created
        at  ace02433fe2f0ce124d191bb273f738ef56fe387 (commit)

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

commit ace02433fe2f0ce124d191bb273f738ef56fe387
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Aug 25 11:01:03 2017 -0700

    x86: Add MathVec_Prefer_No_AVX512 to cpu-features [BZ #21967]

    AVX512 functions in mathvec are used on machines with AVX512.  An AVX2
    wrapper is also provided and it can be used when the AVX512 version
    isn't profitable.  MathVec_Prefer_No_AVX512 is addded to cpu-features.
    If glibc.tune.hwcaps=MathVec_Prefer_No_AVX512 is set in GLIBC_TUNABLES
    environment variable, the AVX2 wrapper will be used.

        [BZ #21967]
        * sysdeps/x86/cpu-features.h (bit_arch_MathVec_Prefer_No_AVX512):
        New.
        (index_arch_MathVec_Prefer_No_AVX512): Likewise.
        * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
        Handle MathVec_Prefer_No_AVX512.

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

-- 
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]