Skip to content

Commit d85ee4a

Browse files
committed
update cpu-info tool
1 parent 10bf0a0 commit d85ee4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/cpu-info.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ static const char* uarch_to_string(enum cpuinfo_uarch uarch) {
8080
return "Palm Cove";
8181
case cpuinfo_uarch_sunny_cove:
8282
return "Sunny Cove";
83+
case cpuinfo_uarch_meteor_lake:
84+
return "Meteor Lake";
8385
case cpuinfo_uarch_willamette:
8486
return "Willamette";
8587
case cpuinfo_uarch_prescott:

0 commit comments

Comments
 (0)