Skip to content

Commit

Permalink
fix the name of the Alder Lake codename (BugFix) (canonical#1062)
Browse files Browse the repository at this point in the history
* fix the name of the Alder Lake codename

* preserve the column alignment
  • Loading branch information
kissiel authored and LiaoU3 committed Mar 20, 2024
1 parent 6275c33 commit 0bc8e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/base/bin/cpuid.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def cpuid_to_human_friendly(cpuid: str) -> str:
"Sapphire Rapids": ['0x806f3', '0x806f6', '0x806f7', '0x806f8'],
"Skylake": ['0x406e3', '0x506e3', '0x50654', '0x50652'],
"Tiger Lake": ['0x806c1'],
"Aderlake": ['0x906a4', '0x906A3', '0x90675', '0x90672'],
"Alder Lake": ['0x906a4', '0x906A3', '0x90675', '0x90672'],
"Westmere": ['0x2065', '0x206c', '0x206f'],
"Whisky Lake": ['0x806eb', '0x806ec'],
}
Expand Down

0 comments on commit 0bc8e85

Please sign in to comment.