1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00
libcpuid/tests
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
..
amd Detect RDSEED/ADX/SHA_NI features on AMD CPUs 2020-05-18 21:05:20 +02:00
hygon/dhyana Detect RDSEED/ADX/SHA_NI features on AMD CPUs 2020-05-18 21:05:20 +02:00
intel Fix code consistency 2020-05-23 18:24:30 +02:00
CMakeLists.txt CMake: fix build on Windows 2020-05-22 22:06:34 +02:00
convert_instlatx64.c tests: fix unused-result warning in convert_instlatx64 tool 2020-05-21 19:00:26 +02:00
create_test.py Tests: update to add L1I information 2020-05-10 17:02:45 +00:00
Makefile.am When creating a tarball, include the small tests now instead of tests_stash.txt 2014-07-16 10:29:58 +03:00
run_tests.py Tests: update to add L1I information 2020-05-10 17:02:45 +00:00
update_tests.sh Tests: update all tests to add fields for L1I 2020-05-10 17:02:45 +00:00