mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 21:31:15 +02:00
Added some missing amd k12 uarch (#259)
* Add comment about AMD_K12 LLANO. * Add family 0x12 model 0x00 to it.
This commit is contained in:
@ -672,6 +672,7 @@ X86Microarchitecture GetX86Microarchitecture(const X86Info* info) {
|
||||
case CPUID(0x11, 0x03):
|
||||
// http://developer.amd.com/wordpress/media/2012/10/41788.pdf
|
||||
return AMD_K11;
|
||||
case CPUID(0x12, 0x00):
|
||||
case CPUID(0x12, 0x01):
|
||||
// https://www.amd.com/system/files/TechDocs/44739_12h_Rev_Gd.pdf
|
||||
return AMD_K12;
|
||||
|
Reference in New Issue
Block a user