Skip to content

Commit

Permalink
Add mobile Raptor Lake CPUs.
Browse files Browse the repository at this point in the history
Fixes #3565.
  • Loading branch information
khuey committed Nov 27, 2023
1 parent 55c4f99 commit 01e3e5a
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 @@ -86,6 +86,7 @@ static CpuMicroarch compute_cpu_microarch() {
case 0x906a0:
return IntelAlderlake;
case 0xb0670:
case 0xb06a0:
return IntelRaptorlake;
case 0x806f0:
return IntelSapphireRapid;
Expand Down

0 comments on commit 01e3e5a

Please sign in to comment.