Skip to content

Commit b36018b

Browse files
authored
Merge pull request #2365 from wjc404/develop
Fix SKYLAKEX STRMM issues
2 parents 38742d5 + 3a100b2 commit b36018b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/x86_64/KERNEL.SKYLAKEX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include $(KERNELDIR)/KERNEL.HASWELL
22

33
SGEMMKERNEL = sgemm_kernel_16x4_skylakex_2.c
4-
4+
STRMMKERNEL = sgemm_kernel_16x4_haswell.S
55
SGEMMINCOPY = ../generic/gemm_ncopy_16.c
66
SGEMMITCOPY = sgemm_tcopy_16_skylakex.c
77
SGEMMONCOPY = sgemm_ncopy_4_skylakex.c

0 commit comments

Comments
 (0)