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:
parent
f3c6b8f1ef
commit
23b6674ba1
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -1281,7 +1281,7 @@ CPUID 8FFFFFFF: 00000000-00000000-00000000-00000000
|
|||
--------------------------------------------------------------------------------
|
||||
x86
|
||||
x86-64-v3
|
||||
general
|
||||
performance
|
||||
15
|
||||
4
|
||||
1
|
||||
|
|
Loading…
Reference in a new issue