Browse Source

Update omatcopy_rt_bench.c

pull/3116/head
Martin Kroeker GitHub 5 years ago
parent
commit
4b4e493381
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      cpp_thread_test/omatcopy_rt_bench.c

+ 2
- 3
cpp_thread_test/omatcopy_rt_bench.c View File

@@ -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…
Cancel
Save