Revert accidental change of generic ARMV8 DGEMM parameters from #3425
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 27 Mar 2022 11:10:47 +0000 (13:10 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Mar 2022 11:10:47 +0000 (13:10 +0200)
param.h

diff --git a/param.h b/param.h
index 8649e44..f5cbe96 100644 (file)
--- a/param.h
+++ b/param.h
@@ -3423,8 +3423,8 @@ Until then, just keep it different than DGEMM_DEFAULT_UNROLL_N to keep copy rout
 #define SGEMM_DEFAULT_UNROLL_M  16
 #define SGEMM_DEFAULT_UNROLL_N  4
 
-#define DGEMM_DEFAULT_UNROLL_M  4
-#define DGEMM_DEFAULT_UNROLL_N  8
+#define DGEMM_DEFAULT_UNROLL_M  8
+#define DGEMM_DEFAULT_UNROLL_N  4
 
 #define CGEMM_DEFAULT_UNROLL_M  8
 #define CGEMM_DEFAULT_UNROLL_N  4