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/21966] AVX2 mathvec functions use FMA without checking


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

--- Comment #1 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  098b9dd46814f7e624e42a8844c169f3edc67052 (commit)
      from  486afa6d27156665959e59b86e7aad18c3832cbe (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=098b9dd46814f7e624e42a8844c169f3edc67052

commit 098b9dd46814f7e624e42a8844c169f3edc67052
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Aug 18 06:18:55 2017 -0700

    x86-64: Check FMA_Usable in ifunc-mathvec-avx2.h [BZ #21966]

    Since the AVX2 version of mathvec functions uses FMA, it can only be
    used when FMA is usable.

        [BZ #21966]
        * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx2.h
        (IFUNC_SELECTOR): Don't use the AVX2 version if FMA isn't
        usable.

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

Summary of changes:
 ChangeLog                                         |    7 +++++++
 sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx2.h |    3 ++-
 2 files changed, 9 insertions(+), 1 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]