Skip to content

Commit d321448

Browse files
committed
dgemm: use dgemm_ncopy_8_skylakex.c also for Haswell
The dgemm_ncopy_8_skylakex.c code is not avx512 specific and gives a nice performance boost for medium sized matrices
1 parent c43331a commit d321448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/x86_64/KERNEL.HASWELL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ DGEMMKERNEL = dgemm_kernel_4x8_haswell.S
4848
DGEMM_BETA = dgemm_beta_skylakex.c
4949
DGEMMINCOPY = ../generic/gemm_ncopy_4.c
5050
DGEMMITCOPY = ../generic/gemm_tcopy_4.c
51-
DGEMMONCOPY = ../generic/gemm_ncopy_8.c
51+
DGEMMONCOPY = dgemm_ncopy_8_skylakex.c
5252
DGEMMOTCOPY = ../generic/gemm_tcopy_8.c
5353
DGEMMINCOPYOBJ = dgemm_incopy$(TSUFFIX).$(SUFFIX)
5454
DGEMMITCOPYOBJ = dgemm_itcopy$(TSUFFIX).$(SUFFIX)

0 commit comments

Comments
 (0)