Skip to content

Commit

Permalink
Add support for Rembrandt (Zen 3+)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidkshatriya authored and rocallahan committed Aug 2, 2022
1 parent eec49e4 commit d4c0e64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PerfCounters_x86.h
Expand Up @@ -102,6 +102,7 @@ static CpuMicroarch compute_cpu_microarch() {
break;
case 0x20f10: // Vermeer (Zen 3)
case 0x50f00: // Cezanne (Zen 3)
case 0x40f40: // Rembrandt (Zen 3+)
if (ext_family == 0xa) {
return AMDZen;
}
Expand Down

0 comments on commit d4c0e64

Please sign in to comment.