We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f659017 commit d9e4547Copy full SHA for d9e4547
src/PerfCounters_x86.h
@@ -110,6 +110,7 @@ static CpuMicroarch compute_cpu_microarch() {
110
case 0x50f00: // Cezanne (Zen 3)
111
case 0x40f40: // Rembrandt (Zen 3+)
112
case 0x60f10: // Raphael (Zen 4)
113
+ case 0x70f40: // Phoenix (Zen 4)
114
if (ext_family == 0xa) {
115
return AMDZen;
116
}
src/counters-test/counters.cc
@@ -355,6 +355,7 @@ static CpuMicroarch compute_cpu_microarch(void) {
355
356
357
358
359
360
361
0 commit comments