Skip to content

Commit 2a95564

Browse files
authored
Merge pull request #5442 from martin-frbg/pr5418
Make GEMM3M parameters available on 32bit X86-GENERIC
2 parents a55535b + cb6c439 commit 2a95564

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

param.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)