Report cpu as ARMV8 instead of just giving up on non-Linux hosts

This commit is contained in:
Martin Kroeker
2020-08-31 20:03:21 +02:00
committed by GitHub
parent 5feb087c05
commit 3210a42734

View File

@@ -197,6 +197,8 @@ int detect(void)
}
#else
return CPU_ARMV8;
#endif
return CPU_UNKNOWN;