Skip to content

Commit 39840e7

Browse files
SKeyerrorrocallahan
authored andcommitted
Support Intel ArrowLake of 0xc0650
1 parent 7fe1e36 commit 39840e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/PerfCounters_x86.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ static CpuMicroarch compute_cpu_microarch() {
118118
return IntelLunarLake;
119119
case 0xb06e0:
120120
return IntelGracemont;
121+
case 0xc0650:
121122
case 0xc0660:
122123
return IntelArrowLake;
123124
case 0xf20: // Piledriver

0 commit comments

Comments
 (0)