Merge pull request #3695 from martin-frbg/ppc6nrm2
[platform/upstream/openblas.git] / param.h
diff --git a/param.h b/param.h
index 5fa8299..62941db 100644 (file)
--- a/param.h
+++ b/param.h
@@ -3330,8 +3330,10 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
 
 #elif defined(NEOVERSEN2)
 
-#define SBGEMM_DEFAULT_UNROOL_M 8
-#define SBGEMM_DEFAULT_UNROOL_N 4
+#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