1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00
libcpuid/tests/intel
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
..
ia-32 Add cpu_feature_level_t enumerated values for x86 CPUs 2024-06-29 17:01:50 +02:00
qemu Add cpu_feature_level_t enumerated values for x86 CPUs 2024-06-29 17:01:50 +02:00
x86-64 Fix scanf() format for 'logical_cpu' in cpuid_deserialize_raw_data_internal() 2024-07-31 15:12:30 +02:00
x86-atom Add cpu_feature_level_t enumerated values for x86 CPUs 2024-06-29 17:01:50 +02:00
README.md

Intel tests

Directories based on List of Intel CPU microarchitectures.
Each sub-directory is named after the micro-architecture.