summaryrefslogtreecommitdiff
path: root/math/openblas/files/patch-cpuid_x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/openblas/files/patch-cpuid_x86.c')
-rw-r--r--math/openblas/files/patch-cpuid_x86.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/math/openblas/files/patch-cpuid_x86.c b/math/openblas/files/patch-cpuid_x86.c
deleted file mode 100644
index 38f6a1b7da3c..000000000000
--- a/math/openblas/files/patch-cpuid_x86.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- cpuid_x86.c.orig 2017-07-24 04:03:35 UTC
-+++ cpuid_x86.c
-@@ -1329,6 +1329,7 @@ int get_cpuname(void){
- case 8:
- switch (model) {
- case 1:
-+ case 8:
- // AMD Ryzen
- if(support_avx())
- #ifndef NO_AVX2
-@@ -1865,6 +1866,7 @@ int get_coretype(void){
- } else if (exfamily == 8) {
- switch (model) {
- case 1:
-+ case 8:
- // AMD Ryzen
- if(support_avx())
- #ifndef NO_AVX2