Skip to content

Commit

Permalink
linux: add cpu model for StrixPoint
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex authored Aug 1, 2024
1 parent 548cd7c commit a2bba48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Linux/UXTU4Unix.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def get_codename():
family = 'HawkPoint'
elif cpu_family == 26:
architecture = 'Zen 5 - Zen 6'
if cpu_model == 32:
if cpu_model in {32, 36}:
family = 'StrixPoint'
else:
family = 'GraniteRidge'
Expand Down

0 comments on commit a2bba48

Please sign in to comment.