Merge pull request #3695 from martin-frbg/ppc6nrm2
[platform/upstream/openblas.git] / param.h
diff --git a/param.h b/param.h
index 4e2497b..62941db 100644 (file)
--- a/param.h
+++ b/param.h
@@ -3330,6 +3330,11 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
 
 #elif defined(NEOVERSEN2)
 
+#undef SBGEMM_DEFAULT_UNROLL_M
+#undef SBGEMM_DEFAULT_UNROLL_N
+#define SBGEMM_DEFAULT_UNROLL_M 8
+#define SBGEMM_DEFAULT_UNROLL_N 4
+
 #define SGEMM_DEFAULT_UNROLL_M  16
 #define SGEMM_DEFAULT_UNROLL_N  4