Add cpuid for Apple M5 (from a PR to the archspec project)

This commit is contained in:
Martin Kroeker
2025-11-24 08:21:37 +01:00
committed by GitHub
parent 8c0b13c41c
commit 7d35bf61ba
+1
View File
@@ -405,6 +405,7 @@ int detect(void)
if (value64 == 3660830781) return CPU_VORTEX; //A15/M2
if (value64 == 2271604202) return CPU_VORTEX; //A16/M3
if (value64 == 1867590060) return CPU_VORTEXM4; //M4
if (value64 == 492472296) return CPU_VORTEXM4; //M5
#else
#ifdef OS_WINDOWS
HKEY reghandle;