Index: branches/2018Q4/math/openblas/files/patch-cpuid_x86.c =================================================================== --- branches/2018Q4/math/openblas/files/patch-cpuid_x86.c (nonexistent) +++ branches/2018Q4/math/openblas/files/patch-cpuid_x86.c (revision 485113) @@ -0,0 +1,18 @@ +--- 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 Property changes on: branches/2018Q4/math/openblas/files/patch-cpuid_x86.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2018Q4 =================================================================== --- branches/2018Q4 (revision 485112) +++ branches/2018Q4 (revision 485113) Property changes on: branches/2018Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r485112