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 6f41be6..1fd4314 100644 (file)
@@ -197,6 +197,8 @@ int detect(void)
 
 
        }
+#else
+       return CPU_ARMV8;       
 #endif
 
        return CPU_UNKNOWN;