Browse Source

Update sgemm_kernel_8x4_haswell.c

tags/v0.3.8^2
wjc404 GitHub 6 years ago
parent
commit
9dc9b7b95e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/x86_64/sgemm_kernel_8x4_haswell.c

+ 1
- 1
kernel/x86_64/sgemm_kernel_8x4_haswell.c View File

@@ -37,7 +37,7 @@

#ifdef TRMMKERNEL
#define init_set_k "movq %%r12,%4; subq %%r13,%4;"
#if LEFT != TRANSA
#if (defined LEFT && !defined TRANSA) || (!defined LEFT && defined TRANSA)
#define INIT_SET_KSKIP "movq %9,%%r13; salq $2,%%r13;"
#define init_set_pointers(a_copy,b_copy) "leaq (%0,%%r13,"#a_copy"),%0; leaq (%1,%%r13,"#b_copy"),%1;"
#define save_set_pointers(a_copy,b_copy) ""


Loading…
Cancel
Save