Skip to content

Commit bf43522

Browse files
authored
- oryon string
1 parent 1ba344e commit bf43522

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/cpu-info.c

+2
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ static const char* uarch_to_string(enum cpuinfo_uarch uarch) {
222222
return "Falkor";
223223
case cpuinfo_uarch_saphira:
224224
return "Saphira";
225+
case cpuinfo_uarch_oryon:
226+
return "Oryon";
225227
case cpuinfo_uarch_denver:
226228
return "Denver";
227229
case cpuinfo_uarch_denver2:

0 commit comments

Comments
 (0)