Update sgemm_kernel_8x4_haswell.c

This commit is contained in:
wjc404 2020-01-06 20:11:36 +08:00 committed by GitHub
parent 9f5cdc49d4
commit 9dc9b7b95e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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) ""