We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3375a0c + d7036cf commit 1f74fb9Copy full SHA for 1f74fb9
1 file changed
kernel/power/KERNEL.PPCG4
@@ -71,12 +71,12 @@ CSCALKERNEL = zscal_ppc440.S
71
ZSCALKERNEL = zscal_ppc440.S
72
73
SGEMMKERNEL = gemm_kernel_g4.S
74
-SGEMMINCOPY =
75
-SGEMMITCOPY =
+SGEMMINCOPY =
+SGEMMITCOPY =
76
SGEMMONCOPY = gemm_ncopy_4.S
77
SGEMMOTCOPY = gemm_tcopy_4.S
78
-SGEMMINCOPYOBJ =
79
-SGEMMITCOPYOBJ =
+SGEMMINCOPYOBJ =
+SGEMMITCOPYOBJ =
80
SGEMMONCOPYOBJ = sgemm_oncopy$(TSUFFIX).$(SUFFIX)
81
SGEMMOTCOPYOBJ = sgemm_otcopy$(TSUFFIX).$(SUFFIX)
82
DGEMMKERNEL = gemm_kernel_g4.S
0 commit comments