Skip to content

Commit a0f0a80

Browse files
authored
Update zgemm3m_kernel_4x4_haswell.c
1 parent 700fe5b commit a0f0a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/x86_64/zgemm3m_kernel_4x4_haswell.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@
201201
"33105"#ndim":\n\t"\
202202
"movq %%r13,%4; movq %%r14,%1; movq %%r11,%7;"\
203203
:"+r"(a_pointer),"+r"(b_pointer),"+r"(c_pointer),"+r"(ldc_in_bytes),"+r"(K),"+r"(ctemp),"+r"(const_val),"+r"(M),"+r"(next_b)\
204-
::"r11","r12","r13","r14","r15","ymm0","ymm1","ymm2","ymm3","ymm4","ymm5","ymm6","ymm7","ymm8","ymm9","ymm10","ymm11","ymm12","ymm13","ymm14",\
205-
"ymm15","cc","memory");\
204+
::"r11","r12","r13","r14","r15","xmm0","xmm1","xmm2","xmm3","xmm4","xmm5","xmm6","xmm7","xmm8","xmm9","xmm10","xmm11","xmm12","xmm13","xmm14",\
205+
"xmm15","cc","memory");\
206206
a_pointer -= M * K; b_pointer += ndim * K; c_pointer += 2*(LDC * ndim - M);\
207207
}
208208
int __attribute__ ((noinline))

0 commit comments

Comments
 (0)