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
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
Makefile.am
run_tests.py