Add more Intel microarchitectures

This commit is contained in:
Justine Tunney 2024-01-09 01:54:26 -08:00
parent eeb20775d2
commit 5d80e8dbf6
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
4 changed files with 21 additions and 1 deletions

View file

@ -55,5 +55,10 @@ const struct IdName kX86MarchNames[] = {
{X86_MARCH_TREMONT, "Tremont"}, //
{X86_MARCH_KNIGHTSLANDING, "Knights Landing"}, //
{X86_MARCH_KNIGHTSMILL, "Knights Mill"}, //
{X86_MARCH_SAPPHIRERAPIDS, "Sapphire Rapids"}, //
{X86_MARCH_ALDERLAKE, "Alder Lake"}, //
{X86_MARCH_COMETLAKE, "Comet Lake"}, //
{X86_MARCH_RAPTORLAKE, "Raptor Lake"}, //
{X86_MARCH_ROCKETLAKE, "Rocket Lake"}, //
{0}, //
};