Add support for Intel Nehalem and Westmere architectures

This commit is contained in:
Hoang Hong Quan
2025-02-19 15:13:37 +07:00
parent 7262297351
commit 39ac1c4a51
8 changed files with 78 additions and 30 deletions
+12 -1
View File
@@ -75,5 +75,16 @@ IntelCPUGenerations = [
"Ivy Bridge",
"Ivy Bridge-E",
"Sandy Bridge",
"Sandy Bridge-E"
"Sandy Bridge-E",
"Beckton",
"Westmere-EX",
"Gulftown",
"Westmere-EP",
"Clarkdale",
"Arrandale",
"Lynnfield",
"Jasper Forest",
"Clarksfield",
"Gainestown",
"Bloomfield"
]