https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104998

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-11 branch has been updated by H.J. Lu <h...@gcc.gnu.org>:

https://gcc.gnu.org/g:d5a493bd996e79ef175467f4b6cbcc4da119b0a1

commit r11-9675-gd5a493bd996e79ef175467f4b6cbcc4da119b0a1
Author: H.J. Lu <hjl.to...@gmail.com>
Date:   Mon Mar 21 06:50:14 2022 -0700

    x86: Properly check FEATURE_AESKLE

    1. Pass 0x19 to __cpuid for bit_AESKLE.
    2. Enable FEATURE_AESKLE only if bit_AESKLE is set.

            PR target/104998
            * common/config/i386/cpuinfo.h (get_available_features): Pass
            0x19 to __cpuid for bit_AESKLE.  Enable FEATURE_AESKLE only if
            bit_AESKLE is set.

    (cherry picked from commit d0363a80690a299179d010c1d8a6d6430e7eb73f)

Reply via email to