@@ -373,10 +373,14 @@ enum cpuinfo_uarch {
373
373
cpuinfo_uarch_goldmont = 0x00100404 ,
374
374
/** Intel Goldmont Plus microarchitecture (Gemini Lake). */
375
375
cpuinfo_uarch_goldmont_plus = 0x00100405 ,
376
- /** Intel Gracemont microarchitecture (Twin Lake). */
377
- cpuinfo_uarch_gracemont = 0x00100406 ,
376
+ /** Intel Airmont microarchitecture (10 nm out-of-order Atom). */
377
+ cpuinfo_uarch_tremont = 0x00100406 ,
378
+ /** Intel Gracemont microarchitecture (AlderLake N). */
379
+ cpuinfo_uarch_gracemont = 0x00100407 ,
378
380
/** Intel Crestmont microarchitecture (Sierra Forest). */
379
- cpuinfo_uarch_crestmont = 0x00100407 ,
381
+ cpuinfo_uarch_crestmont = 0x00100408 ,
382
+ /** Intel Darkmont microarchitecture (e-core used in Clearwater Forest). */
383
+ cpuinfo_uarch_darkmont = 0x00100409 ,
380
384
381
385
/** Intel Knights Ferry HPC boards. */
382
386
cpuinfo_uarch_knights_ferry = 0x00100500 ,
@@ -388,8 +392,6 @@ enum cpuinfo_uarch {
388
392
cpuinfo_uarch_knights_hill = 0x00100503 ,
389
393
/** Intel Knights Mill Xeon Phi. */
390
394
cpuinfo_uarch_knights_mill = 0x00100504 ,
391
- /** Intel Darkmont microarchitecture (e-core used in Clearwater Forest). */
392
- cpuinfo_uarch_darkmont = 0x00100505 ,
393
395
394
396
/** Intel/Marvell XScale series. */
395
397
cpuinfo_uarch_xscale = 0x00100600 ,
0 commit comments