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 7c4f363 commit d714013Copy full SHA for d714013
kernel/power/KERNEL.PPCG4
@@ -70,13 +70,13 @@ DSCALKERNEL = scal_ppc440.S
70
CSCALKERNEL = zscal_ppc440.S
71
ZSCALKERNEL = zscal_ppc440.S
72
73
-SGEMMKERNEL = gemm_kernel_altivec_g4.S
74
-SGEMMINCOPY = ../generic/gemm_ncopy_16.c
75
-SGEMMITCOPY = ../generic/gemm_tcopy_16.c
+SGEMMKERNEL = gemm_kernel_g4.S
+SGEMMINCOPY =
+SGEMMITCOPY =
76
SGEMMONCOPY = gemm_ncopy_4.S
77
SGEMMOTCOPY = gemm_tcopy_4.S
78
-SGEMMINCOPYOBJ = sgemm_incopy$(TSUFFIX).$(SUFFIX)
79
-SGEMMITCOPYOBJ = sgemm_itcopy$(TSUFFIX).$(SUFFIX)
+SGEMMINCOPYOBJ =
+SGEMMITCOPYOBJ =
80
SGEMMONCOPYOBJ = sgemm_oncopy$(TSUFFIX).$(SUFFIX)
81
SGEMMOTCOPYOBJ = sgemm_otcopy$(TSUFFIX).$(SUFFIX)
82
DGEMMKERNEL = gemm_kernel_g4.S
0 commit comments