x86: Properly check FEATURE_AESKLE
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 21 Mar 2022 13:50:14 +0000 (06:50 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 21 Mar 2022 21:50:02 +0000 (14:50 -0700)
commitd0363a80690a299179d010c1d8a6d6430e7eb73f
tree655ccf651f4191ce8c4b829f346f74935e3ea41c
parent24d51e749570dcb85bd43d3b528f58ad6141de26
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.
gcc/common/config/i386/cpuinfo.h