From 7996458ea1ee677adbc715af77ad4d918e9ed126 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 17 Aug 2020 20:06:59 +0200 Subject: [PATCH] Update common_s.h --- common_s.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/common_s.h b/common_s.h index 97b011009..6fac3a28c 100644 --- a/common_s.h +++ b/common_s.h @@ -47,7 +47,7 @@ #define SGEMM_DIRECT_PERFORMANT sgemm_direct_performant -#define SGEMM_DIRECT sgemm_direct +#define SGEMM_DIRECT sgemm_direct #define SGEMM_ONCOPY sgemm_oncopy #define SGEMM_OTCOPY sgemm_otcopy @@ -208,8 +208,13 @@ #define SSYMV_THREAD_U ssymv_thread_U #define SSYMV_THREAD_L ssymv_thread_L +#ifdef X86_64 #define SGEMM_DIRECT_PERFORMANT gotoblas -> sgemm_direct_performant #define SGEMM_DIRECT gotoblas -> sgemm_direct +#else +#define SGEMM_DIRECT_PERFORMANT sgemm_direct_performant +#define SGEMM_DIRECT sgemm_direct +#endif #define SGEMM_ONCOPY gotoblas -> sgemm_oncopy #define SGEMM_OTCOPY gotoblas -> sgemm_otcopy