Report cpu as ARMV8 instead of just giving up on non-Linux hosts
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Mon, 31 Aug 2020 18:03:21 +0000 (20:03 +0200)
committerGitHub <noreply@github.com>
Mon, 31 Aug 2020 18:03:21 +0000 (20:03 +0200)
cpuid_arm64.c

index 6f41be604806dfa70264ea13f16f258b842811fb..1fd43148a36af16035464347bf0ae437da8d2972 100644 (file)
@@ -197,6 +197,8 @@ int detect(void)
 
 
        }
+#else
+       return CPU_ARMV8;       
 #endif
 
        return CPU_UNKNOWN;