@@ -4141,8 +4141,6 @@ Until then, just keep it different than DGEMM_DEFAULT_UNROLL_N to keep copy rout
41414141#define CGEMM_DEFAULT_UNROLL_N 2
41424142#define ZGEMM_DEFAULT_UNROLL_N 2
41434143#define XGEMM_DEFAULT_UNROLL_N 1
4144- #define CGEMM3M_DEFAULT_UNROLL_N 2
4145- #define ZGEMM3M_DEFAULT_UNROLL_N 2
41464144
41474145#ifdef ARCH_X86
41484146#define SGEMM_DEFAULT_UNROLL_M 2
@@ -4158,8 +4156,11 @@ Until then, just keep it different than DGEMM_DEFAULT_UNROLL_N to keep copy rout
41584156#define CGEMM_DEFAULT_UNROLL_M 2
41594157#define ZGEMM_DEFAULT_UNROLL_M 2
41604158#define XGEMM_DEFAULT_UNROLL_M 1
4159+ #endif
41614160#define CGEMM3M_DEFAULT_UNROLL_M 2
41624161#define ZGEMM3M_DEFAULT_UNROLL_M 2
4162+ #define CGEMM3M_DEFAULT_UNROLL_N 2
4163+ #define ZGEMM3M_DEFAULT_UNROLL_N 2
41634164#define CGEMM3M_DEFAULT_P 448
41644165#define ZGEMM3M_DEFAULT_P 224
41654166#define XGEMM3M_DEFAULT_P 112
@@ -4170,7 +4171,7 @@ Until then, just keep it different than DGEMM_DEFAULT_UNROLL_N to keep copy rout
41704171#define ZGEMM3M_DEFAULT_R 12288
41714172#define XGEMM3M_DEFAULT_R 12288
41724173
4173- #endif
4174+
41744175
41754176#ifdef ARCH_MIPS
41764177#define SGEMM_DEFAULT_P 128
0 commit comments