Update omatcopy_rt_bench.c
This commit is contained in:
parent
7aed4c5c2a
commit
4b4e493381
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue