From f1b9a4a1ca79d2abb924a6effa9aaed67eacb427 Mon Sep 17 00:00:00 2001 From: wernsaar Date: Tue, 23 Sep 2014 11:34:29 +0200 Subject: [PATCH] Ref #454: fixed bug in common_param.h --- common_param.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common_param.h b/common_param.h index e9f35c033..49c1bf73b 100644 --- a/common_param.h +++ b/common_param.h @@ -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