Browse Source

Ref #454: fixed bug in common_param.h

tags/v0.2.12^2
wernsaar 11 years ago
parent
commit
f1b9a4a1ca
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      common_param.h

+ 2
- 2
common_param.h View File

@@ -1002,7 +1002,7 @@ extern gotoblas_t *gotoblas;
#define XGEMM_UNROLL_N XGEMM_DEFAULT_UNROLL_N
#define XGEMM_UNROLL_MN MAX((XGEMM_UNROLL_M), (XGEMM_UNROLL_N))

#ifdef CGEMM_DEFAULT_UNROLL_N
#ifdef CGEMM3M_DEFAULT_UNROLL_N

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


#ifdef ZGEMM_DEFAULT_UNROLL_N
#ifdef ZGEMM3M_DEFAULT_UNROLL_N

#define ZGEMM3M_P ZGEMM3M_DEFAULT_P
#define ZGEMM3M_Q ZGEMM3M_DEFAULT_Q


Loading…
Cancel
Save