1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00

Fill CPU purpose for AMD in cpuid_identify_amd()

This commit is contained in:
The Tumultuous Unicorn Of Darkness 2023-04-04 20:13:11 +02:00
parent f3c6b8f1ef
commit 23b6674ba1
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
2 changed files with 2 additions and 1 deletions

View file

@ -677,6 +677,7 @@ int cpuid_identify_amd(struct cpu_raw_data_t* raw, struct cpu_id_t* data, struct
decode_amd_number_of_cores(raw, data);
decode_amd_codename(data, internal);
decode_architecture_version_x86(data);
data->purpose = cpuid_identify_purpose_amd(raw);
return 0;
}

View file

@ -1281,7 +1281,7 @@ CPUID 8FFFFFFF: 00000000-00000000-00000000-00000000
--------------------------------------------------------------------------------
x86
x86-64-v3
general
performance
15
4
1