We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025741f commit c418c81Copy full SHA for c418c81
kernel/x86_64/KERNEL.HASWELL
@@ -56,7 +56,7 @@ DGEMMONCOPYOBJ = dgemm_oncopy$(TSUFFIX).$(SUFFIX)
56
DGEMMOTCOPYOBJ = dgemm_otcopy$(TSUFFIX).$(SUFFIX)
57
58
CTRMMKERNEL = cgemm_kernel_8x2_haswell.S
59
-CGEMMKERNEL = cgemm_kernel_8x2_haswell.S
+CGEMMKERNEL = cgemm_kernel_8x2_haswell.c
60
CGEMMINCOPY = ../generic/zgemm_ncopy_8.c
61
CGEMMITCOPY = ../generic/zgemm_tcopy_8.c
62
CGEMMONCOPY = ../generic/zgemm_ncopy_2.c
0 commit comments