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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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