Add CLX to list of uarchs.

This commit is contained in:
Bartosz Taudul 2020-11-07 00:07:20 +01:00
parent c08d081f9a
commit a5fd6662be

View File

@ -47,6 +47,7 @@ static constexpr MicroArchUx s_uArchUx[] = {
{ "Coffee Lake", "Core i7-8700K", "CFL" },
{ "Cannon Lake", "Core i3-8121U", "CNL" },
{ "Ice Lake", "Core i5-1035G1", "ICL" },
{ "Cascade Lake", "Core i9-10980XE", "CLX" },
{ "AMD Zen+", "Ryzen 5 2600", "ZEN+" },
{ "AMD Zen 2", "Ryzen 7 3700X", "ZEN2" },
};