1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00
libcpuid/tests/intel/lakes
Xorg 9abab57bdc
Fix code consistency
Result before this patch:

Checking enum `cpu_feature_t': 113 elements; max size (CPU_FLAGS_MAX=128)... OK
Checking enum `cpu_hint_t': 1 elements; max size (CPU_HINTS_MAX=16)... OK
Checking enum `cpu_sgx_feature_t': 2 elements; max size (SGX_FLAGS_MAX=14)... OK
Finding features:
..Mismatch - cpuid_main.c:688 - `AVX512VNNI' vs `avx512_vnni'
..Mismatch - cpuid_main.c:689 - `AVX512VBMI' vs `avx512_vbmi'
..Mismatch - cpuid_main.c:690 - `AVX512VBMI2' vs `avx512_vbmi2'
  cpuid_main.c: 113 features described
Found 113 total features and 113 named features
Checking whether all features have detection code... FAILED:
..No detection code for CPU_FEATURE_SSE5
2020-05-23 18:24:30 +02:00
..
cannon-lake-i3-u.test Fix code consistency 2020-05-23 18:24:30 +02:00
coffee-lake-i5-u.test Detect ABM feature on Intel CPUs 2020-05-18 21:11:01 +02:00
coffee-lake-i7.test Detect ABM feature on Intel CPUs 2020-05-18 21:11:01 +02:00
ice-lake-i3.test Fix code consistency 2020-05-23 18:24:30 +02:00
ice-lake-i5.test Fix code consistency 2020-05-23 18:24:30 +02:00
ice-lake-i7.test Fix code consistency 2020-05-23 18:24:30 +02:00
kaby-lake-i7-u.test Detect ABM feature on Intel CPUs 2020-05-18 21:11:01 +02:00