From 04d29ae0d5b2a5aa684f157197b599d44d8794f4 Mon Sep 17 00:00:00 2001 From: Maciej Kisielewski Date: Wed, 13 Mar 2024 18:00:18 +0100 Subject: [PATCH 1/2] fix the name of the Alder Lake codename --- providers/base/bin/cpuid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/base/bin/cpuid.py b/providers/base/bin/cpuid.py index cf33ad361e..2dc50d2c0e 100755 --- a/providers/base/bin/cpuid.py +++ b/providers/base/bin/cpuid.py @@ -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'], } From 18c7850542fed1072e287ee45123511e09113d4a Mon Sep 17 00:00:00 2001 From: Maciej Kisielewski Date: Wed, 13 Mar 2024 18:03:11 +0100 Subject: [PATCH 2/2] preserve the column alignment --- providers/base/bin/cpuid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/base/bin/cpuid.py b/providers/base/bin/cpuid.py index 2dc50d2c0e..64340b040b 100755 --- a/providers/base/bin/cpuid.py +++ b/providers/base/bin/cpuid.py @@ -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'], - "Alder Lake": ['0x906a4', '0x906A3', '0x90675', '0x90672'], + "Alder Lake": ['0x906a4', '0x906A3', '0x90675', '0x90672'], "Westmere": ['0x2065', '0x206c', '0x206f'], "Whisky Lake": ['0x806eb', '0x806ec'], }