summaryrefslogtreecommitdiff
path: root/math/openblas/files/patch-cpuid__arm64.c
blob: 592272acf705537af3281d0651adebe3e41bd836 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- cpuid_arm64.c.orig	2019-04-29 17:22:19 UTC
+++ cpuid_arm64.c
@@ -180,6 +180,8 @@ int detect(void)
 
 
 	}
+#else
+	return CPU_ARMV8;
 #endif
 
 	return CPU_UNKNOWN;