1
0
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:
Daniele Affinita
2022-08-04 22:30:46 +02:00
committed by GitHub
parent c6b0a803a8
commit 426b036e8d
2 changed files with 2 additions and 1 deletions

View File

@ -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;