1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00
libcpuid/tests
The Tumultuous Unicorn Of Darkness 543c3ac17d
Fix scanf() format for 'logical_cpu' in cpuid_deserialize_raw_data_internal()
logical_cpu is an uint16_t, so SCNu16 is the correct format. It was providing strange values with SCNi16, like with the Intel® Xeon® Platinum 8280 dump.
2024-07-31 15:12:30 +02:00
..
amd Fill CPU purpose for AMD in cpuid_identify_amd() 2024-06-29 17:45:36 +02:00
arm Improve ARM core ID identification and add cpuid_get_raw_data_core() 2024-07-07 17:48:41 +02:00
hygon/dhyana
intel Fix scanf() format for 'logical_cpu' in cpuid_deserialize_raw_data_internal() 2024-07-31 15:12:30 +02:00
via
zhaoxin
CMakeLists.txt
create_test.py Add initial support for ARM CPUs running in AArch32 mode 2024-07-07 16:47:59 +02:00
Makefile.am
run_tests.py Tests: put back delimiter when fixing test files 2024-07-01 09:44:07 +02:00