Skip to content

Commit

Permalink
Add part numbers for M2 Pro and M2 Max
Browse files Browse the repository at this point in the history
  • Loading branch information
pcc authored and rocallahan committed Jun 24, 2024
1 parent 1628175 commit b5f1dc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/PerfCounters_aarch64.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,12 @@ static CpuMicroarch compute_cpu_microarch(const CPUID &cpuid) {
case 0x29:
return AppleM1Firestorm;
case 0x32:
case 0x34:
case 0x38:
return AppleM2Blizzard;
case 0x33:
case 0x35:
case 0x39:
return AppleM2Avalanche;
}
break;
Expand Down

0 comments on commit b5f1dc2

Please sign in to comment.