ports/math/openblas/files/patch-cpuid__arm64.c
Jan Beich a52451abbf math/openblas: unblock on Tier2 architectures
- Limit DYNAMIC_ARCH to i386 and amd64
- Fix build on aarch64 [1]

PR:		218547
Submitted by:	andrew [1]
Approved by:	portmgr blanket [1], phd_kimberlite@yahoo.co.jp (maintainer)
2017-06-30 04:28:08 +00:00

11 lines
169 B
C

--- 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;