diff options
Diffstat (limited to 'math/openblas/files/patch-cpuid__arm64.c')
-rw-r--r-- | math/openblas/files/patch-cpuid__arm64.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/openblas/files/patch-cpuid__arm64.c b/math/openblas/files/patch-cpuid__arm64.c deleted file mode 100644 index 592272acf705..000000000000 --- a/math/openblas/files/patch-cpuid__arm64.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; |