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 d573d24 commit f41d526Copy full SHA for f41d526
kernel/x86_64/KERNEL.HASWELL
@@ -67,7 +67,7 @@ CGEMMONCOPYOBJ = cgemm_oncopy$(TSUFFIX).$(SUFFIX)
67
CGEMMOTCOPYOBJ = cgemm_otcopy$(TSUFFIX).$(SUFFIX)
68
69
ZTRMMKERNEL = zgemm_kernel_4x2_haswell.S
70
-ZGEMMKERNEL = zgemm_kernel_4x2_haswell.S
+ZGEMMKERNEL = zgemm_kernel_4x2_haswell.c
71
ZGEMMINCOPY = ../generic/zgemm_ncopy_4.c
72
ZGEMMITCOPY = ../generic/zgemm_tcopy_4.c
73
ZGEMMONCOPY = ../generic/zgemm_ncopy_2.c
0 commit comments