Skip to content

Commit f1b9a4a

Browse files
committed
Ref #454: fixed bug in common_param.h
1 parent ae6b7ca commit f1b9a4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

common_param.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ extern gotoblas_t *gotoblas;
10021002
#define XGEMM_UNROLL_N XGEMM_DEFAULT_UNROLL_N
10031003
#define XGEMM_UNROLL_MN MAX((XGEMM_UNROLL_M), (XGEMM_UNROLL_N))
10041004

1005-
#ifdef CGEMM_DEFAULT_UNROLL_N
1005+
#ifdef CGEMM3M_DEFAULT_UNROLL_N
10061006

10071007
#define CGEMM3M_P CGEMM3M_DEFAULT_P
10081008
#define CGEMM3M_Q CGEMM3M_DEFAULT_Q
@@ -1023,7 +1023,7 @@ extern gotoblas_t *gotoblas;
10231023
#endif
10241024

10251025

1026-
#ifdef ZGEMM_DEFAULT_UNROLL_N
1026+
#ifdef ZGEMM3M_DEFAULT_UNROLL_N
10271027

10281028
#define ZGEMM3M_P ZGEMM3M_DEFAULT_P
10291029
#define ZGEMM3M_Q ZGEMM3M_DEFAULT_Q

0 commit comments

Comments
 (0)