Skip to content

Commit

Permalink
Add microarch id for Zen 3 Cezanne APUs
Browse files Browse the repository at this point in the history
Confirmed to match on a laptop with an AMD Ryzen 7 5800HS, I expect it
will also cover other 5000 H-, U- and G-series APUs.
  • Loading branch information
chris-morgan authored and rocallahan committed May 2, 2021
1 parent e63d602 commit 030e34f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PerfCounters_x86.h
Expand Up @@ -89,6 +89,7 @@ static CpuMicroarch compute_cpu_microarch() {
}
break;
case 0x20f10: // Vermeer (Zen 3)
case 0x50f00: // Cezanne (Zen 3)
if (ext_family == 0xa) {
return AMDZen;
}
Expand Down

0 comments on commit 030e34f

Please sign in to comment.