Skip to content

Commit

Permalink
Adding support for Intel Icelake cpu_type 0x80660
Browse files Browse the repository at this point in the history
  • Loading branch information
autodelete authored and rocallahan committed Jan 30, 2024
1 parent 6523fe5 commit 4b01310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PerfCounters_x86.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ static CpuMicroarch compute_cpu_microarch() {
return IntelTremont;
case 0x706e0:
case 0x606a0:
case 0x80660:
return IntelIcelake;
case 0x806c0:
case 0x806d0:
Expand Down

0 comments on commit 4b01310

Please sign in to comment.