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 d0c3543 commit 148c4ccCopy full SHA for 148c4cc
kernel/power/KERNEL.POWER9
@@ -42,7 +42,7 @@ ZGEMMKERNEL = zgemm_kernel_power9.S
42
ZGEMMONCOPY = ../generic/zgemm_ncopy_2.c
43
ZGEMMOTCOPY = ../generic/zgemm_tcopy_2.c
44
ZGEMMINCOPY = ../generic/zgemm_ncopy_8.c
45
-ZGEMMITCOPY = ../generic/zgemm_tcopy_8.c
+ZGEMMITCOPY = zgemm_tcopy_8_power8.S
46
ZGEMMONCOPYOBJ = zgemm_oncopy.o
47
ZGEMMOTCOPYOBJ = zgemm_otcopy.o
48
ZGEMMINCOPYOBJ = zgemm_incopy.o
0 commit comments