Skip to content

Commit b5695b5

Browse files
committed
CPU (Linux): add code name of Apple M4
1 parent f22b8ed commit b5695b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/detection/cpu/cpu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const char* ffCPUAppleCodeToName(uint32_t code)
3636
case 6030: return "Apple M3 Pro";
3737
case 6031:
3838
case 6034: return "Apple M3 Max";
39+
case 8132: return "Apple M4";
3940
default: return "Apple Silicon";
4041
}
4142
}

0 commit comments

Comments
 (0)