summaryrefslogtreecommitdiffstats
path: root/math/openblas/files/patch-cpuid__arm64.c
blob: a0d2451ebe220198e951434304141de9eb8ae81c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- cpuid_arm64.c.orig	2016-09-01 03:58:42 UTC
+++ cpuid_arm64.c
@@ -132,6 +132,8 @@ int detect(void)
 
 
 	}
+#else
+	return CPU_ARMV8;
 #endif
 
 	return CPU_UNKNOWN;
OpenPOWER on IntegriCloud