mirror of
https://github.com/andreas-abel/nanoBench.git
synced 2025-12-15 19:10:08 +01:00
Add ZEN3 uarch to CPUID tool.
This commit is contained in:
@@ -224,6 +224,8 @@ def micro_arch(cpu):
|
||||
return 'ZEN+'
|
||||
if (vi.displ_family, vi.displ_model) in [(0x17, 0x71)]:
|
||||
return 'ZEN2'
|
||||
if (vi.displ_family, vi.displ_model) in [(0x19, 0x21)]:
|
||||
return 'ZEN3'
|
||||
|
||||
return 'unknown'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user