H.J. Lu
ecbbadbf10
x86: Update CPU feature detection [BZ #26149 ]
...
1. Divide architecture features into the usable features and the preferred
features. The usable features are for correctness and can be exported in
a stable ABI. The preferred features are for performance and only for
glibc internal use.
2. Change struct cpu_features to
struct cpu_features
{
struct cpu_features_basic basic;
unsigned int *usable_p;
struct cpuid_registers cpuid[COMMON_CPUID_INDEX_MAX];
unsigned int usable[USABLE_FEATURE_INDEX_MAX];
unsigned int preferred[PREFERRED_FEATURE_INDEX_MAX];
...
};
and initialize usable_p to pointer to the usable arary so that
struct cpu_features
{
struct cpu_features_basic basic;
unsigned int *usable_p;
struct cpuid_registers cpuid[COMMON_CPUID_INDEX_MAX];
};
can be exported via a stable ABI. The cpuid and usable arrays can be
expanded with backward binary compatibility for both .o and .so files.
3. Add COMMON_CPUID_INDEX_7_ECX_1 for AVX512_BF16.
4. Detect ENQCMD, PKS, AVX512_VP2INTERSECT, MD_CLEAR, SERIALIZE, HYBRID,
TSXLDTRK, L1D_FLUSH, CORE_CAPABILITIES and AVX512_BF16.
5. Rename CAPABILITIES to ARCH_CAPABILITIES.
6. Check if AVX512_VP2INTERSECT, AVX512_BF16 and PKU are usable.
7. Update CPU feature detection test.
2020-06-22 13:09:33 -07:00
..
2020-06-19 12:08:47 -03:00
2020-06-19 12:08:47 -03:00
2020-06-19 12:08:47 -03:00
2020-05-06 13:07:12 -07:00
2020-06-02 11:59:18 +02:00
2020-04-29 08:30:03 -07:00
2020-06-19 12:08:47 -03:00
2020-06-19 12:08:47 -03:00
2020-06-19 12:08:47 -03:00
2020-05-20 01:09:16 +02:00
2020-06-19 12:08:47 -03:00
2020-06-19 12:08:47 -03:00
2020-06-19 12:08:47 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-06-19 12:08:47 -03:00
2020-06-19 12:08:47 -03:00
2020-06-02 11:59:18 +02:00
2020-06-19 12:08:47 -03:00
2020-01-01 00:14:33 +00:00
2020-06-19 12:08:47 -03:00
2020-06-19 12:08:47 -03:00
2020-04-15 17:17:32 +02:00
2020-01-01 00:14:33 +00:00
2020-05-18 08:38:53 -07:00
2020-06-22 13:09:33 -07:00
2020-03-03 12:17:24 +01:00
2019-02-25 13:19:19 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-05-20 01:03:26 +02:00
2020-05-20 01:03:26 +02:00
2020-02-14 21:12:45 -03:00
2020-03-03 12:16:15 +01:00
2020-01-01 00:14:33 +00:00
2020-02-18 13:42:29 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-05-20 01:03:26 +02:00
2020-02-14 21:12:45 -03:00
2020-03-23 21:21:28 +01:00
2020-03-23 21:21:28 +01:00
2020-03-23 21:21:28 +01:00
2020-03-23 21:21:28 +01:00
2020-05-20 16:45:16 +02:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:11:01 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-06-02 11:54:58 +02:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-03 11:22:07 -03:00
2020-01-03 11:22:07 -03:00
2020-01-03 11:22:07 -03:00
2020-02-14 21:12:45 -03:00
2020-03-03 12:51:14 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-05 16:10:26 +01:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-02 10:18:10 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-07 12:45:27 +01:00
2020-03-09 10:26:46 +01:00
2020-03-09 10:26:46 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-02-14 21:12:45 -03:00
2020-03-03 12:16:15 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-03 10:02:05 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:15:38 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-04-02 09:21:06 -07:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:15:38 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-04-02 09:21:06 -07:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-18 23:55:47 +01:00
2020-05-11 22:23:34 +02:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-19 13:46:31 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:21:22 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-01-03 11:22:07 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-09 10:26:46 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-05-20 20:22:31 +02:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:11:26 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:11:49 +01:00
2020-03-03 12:11:49 +01:00
2020-03-03 12:11:49 +01:00
2020-03-03 12:11:49 +01:00
2020-03-03 12:11:49 +01:00
2020-03-03 12:11:49 +01:00
2020-04-06 23:05:11 +02:00
2020-04-06 23:05:11 +02:00
2020-03-03 12:11:49 +01:00
2020-03-06 09:53:23 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-02-14 21:12:45 -03:00
2020-03-03 12:16:55 +01:00
2020-05-20 17:58:56 +02:00
2020-05-20 01:09:16 +02:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:50:07 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:16:35 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-02-14 21:12:45 -03:00
2020-02-14 21:12:45 -03:00
2020-02-14 21:12:45 -03:00
2020-02-14 21:12:45 -03:00
2020-03-23 21:21:28 +01:00
2020-04-30 10:42:43 -07:00
2020-03-03 12:14:40 +01:00
2020-03-03 12:14:40 +01:00
2020-03-03 12:14:40 +01:00
2020-03-03 12:18:22 +01:00
2020-03-03 12:15:06 +01:00
2020-03-03 12:18:22 +01:00
2020-03-03 12:15:06 +01:00
2020-01-01 00:14:33 +00:00
2020-04-29 13:20:27 -07:00
2020-04-29 13:20:27 -07:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-02-14 21:12:45 -03:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:14:40 +01:00
2020-03-03 12:14:40 +01:00
2020-03-03 12:18:22 +01:00
2020-03-03 12:15:06 +01:00
2020-03-03 12:18:22 +01:00
2020-03-03 12:15:06 +01:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:06:39 +01:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:13:07 +01:00
2020-01-03 10:02:05 -03:00
2020-02-02 11:23:50 +01:00
2020-05-16 15:47:51 +02:00
2020-01-01 00:14:33 +00:00
2020-03-06 09:53:23 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-04-02 09:21:06 -07:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-07 17:55:08 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-03-06 09:53:23 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-04-21 15:10:10 -03:00
2020-04-21 15:10:07 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-04-21 15:10:10 -03:00
2020-03-03 12:13:29 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-03 12:12:11 +01:00
2020-01-01 00:14:33 +00:00
2020-06-15 22:58:22 +00:00
2020-05-20 01:03:26 +02:00
2020-01-01 00:14:33 +00:00
2020-04-15 17:17:32 +02:00
2020-01-01 00:14:33 +00:00
2020-02-14 21:12:45 -03:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-04-21 15:10:07 -03:00
2020-01-01 00:14:33 +00:00
2020-01-03 11:22:07 -03:00
2020-02-14 21:12:45 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-03 12:16:09 +01:00
2020-06-02 11:59:26 +02:00
2020-02-03 12:16:09 +01:00
2020-02-02 11:23:23 +01:00
2020-02-02 11:23:23 +01:00
2020-02-14 21:12:45 -03:00
2020-02-05 00:10:16 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-14 14:40:34 -08:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-02 10:18:10 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-04-09 21:19:19 +00:00
2020-02-09 11:51:08 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-02-19 10:54:02 -03:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-04-02 09:21:06 -07:00
2020-05-08 17:19:13 -03:00
2020-05-08 17:19:13 -03:00
2020-01-01 00:14:33 +00:00
2020-01-02 10:18:10 +01:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-03-05 16:09:52 +01:00
2020-03-02 17:04:32 +01:00
2020-03-05 16:09:52 +01:00
2020-01-01 00:14:33 +00:00
2020-04-15 17:17:32 +02:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-04-14 09:16:54 -07:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00