Skip to content

Commit

Permalink
two new cpus
Browse files Browse the repository at this point in the history
  • Loading branch information
GitMensch authored Sep 27, 2023
1 parent 8454719 commit 206f855
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PerfCounters_x86.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@ static CpuMicroarch compute_cpu_microarch() {
return IntelRocketlake;
case 0x90670:
case 0x906a0:
case 0xb06a0: // untested i7-1355U
return IntelAlderlake;
case 0xb0670:
case 0xb06a0: // untested i9-13900H
return IntelRaptorlake;
case 0x806f0:
return IntelSapphireRapid;
Expand Down

0 comments on commit 206f855

Please sign in to comment.