diff --git a/cpuid_arm64.c b/cpuid_arm64.c index 9b318e700..3a7aec7be 100644 --- a/cpuid_arm64.c +++ b/cpuid_arm64.c @@ -142,7 +142,7 @@ int detect(void) if(p != NULL) { - if (strstr(p, "AArch64")) + if ((strstr(p, "AArch64")) || (strstr(p, "8"))) { return CPU_ARMV8;