Skip to content

Commit

Permalink
Add additional Raptor Lake microarchitecture type, observed on i7-137…
Browse files Browse the repository at this point in the history
…00HX
  • Loading branch information
rhelmot authored and rocallahan committed Apr 5, 2024
1 parent 95c2fb4 commit 26192ae
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 @@ -88,6 +88,7 @@ static CpuMicroarch compute_cpu_microarch() {
return IntelAlderlake;
case 0xb0670:
case 0xb06a0:
case 0xb06f0:
return IntelRaptorlake;
case 0x806f0:
return IntelSapphireRapid;
Expand Down

0 comments on commit 26192ae

Please sign in to comment.