Update microarchitectures list.

This commit is contained in:
Bartosz Taudul 2022-05-03 22:01:50 +02:00
parent 60c9b50f81
commit 45a4dc154a
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -55,6 +55,11 @@ static constexpr MicroArchUx s_uArchUx[] = {
{ "Nehalem", "Core i5-750", "NHM" },
{ "Wolfdale", "Core 2 Duo E8400", "WOL" },
{ "Conroe", "Core 2 Duo E6750", "CON" },
{ "Bonnell", "Atom D525", "BNL" },
{ "Airmont", "Celeron N3000", "AMT" },
{ "Goldmont", "Celeron J3455", "GLM" },
{ "Goldmont Plus", "Celeron J4125", "GLP" },
{ "Tremont", "Pentium Silver N6005", "TRM" },
};
static constexpr const char* s_regNameX86[] = {