Skip to content

Commit a3d2514

Browse files
authored
Merge pull request #3585 from martin-frbg/issue3581
Revert accidental change of generic ARMV8 DGEMM parameters from #3425
2 parents 153f8bc + 8d0f7f0 commit a3d2514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

param.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3423,8 +3423,8 @@ Until then, just keep it different than DGEMM_DEFAULT_UNROLL_N to keep copy rout
34233423
#define SGEMM_DEFAULT_UNROLL_M 16
34243424
#define SGEMM_DEFAULT_UNROLL_N 4
34253425

3426-
#define DGEMM_DEFAULT_UNROLL_M 4
3427-
#define DGEMM_DEFAULT_UNROLL_N 8
3426+
#define DGEMM_DEFAULT_UNROLL_M 8
3427+
#define DGEMM_DEFAULT_UNROLL_N 4
34283428

34293429
#define CGEMM_DEFAULT_UNROLL_M 8
34303430
#define CGEMM_DEFAULT_UNROLL_N 4

0 commit comments

Comments
 (0)