From 4b4e49338161ce273604fe1b5ef39d1766c3c0dd Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 23 Feb 2021 21:20:11 +0100 Subject: [PATCH] Update omatcopy_rt_bench.c --- cpp_thread_test/omatcopy_rt_bench.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cpp_thread_test/omatcopy_rt_bench.c b/cpp_thread_test/omatcopy_rt_bench.c index 1cf487282..6fc126a65 100644 --- a/cpp_thread_test/omatcopy_rt_bench.c +++ b/cpp_thread_test/omatcopy_rt_bench.c @@ -1,3 +1,4 @@ +#include "common.h" /* +r: %0 = src, %1 = dst, %2 = src_ld, %3 = dst_ld, %4 = dst_tmp */ /* m: %5 = num_rows, %6 = alpha */ /* xmm15 = alpha */ @@ -114,9 +115,7 @@ #ifndef FLOAT #define FLOAT float #endif -#ifdef CNAME - #include "common.h" -#endif + #define ROWS_OF_BLOCK 384 #ifndef BLASLONG #define BLASLONG long