We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45e5426 + fc9d7c7 commit e8ad16cCopy full SHA for e8ad16c
2 files changed
kernel/arm/KERNEL.ARMV7
@@ -8,7 +8,7 @@ ZNRM2KERNEL = nrm2_vfpv3.S
8
SGEMVNKERNEL = gemv_n_vfpv3.S
9
DGEMVNKERNEL = gemv_n_vfpv3.S
10
11
-SGEMMKERNEL = sgemm_kernel_4x4_vfpv3.S
+SGEMMKERNEL = sgemm_kernel_4x4_vfpv3_neon.S
12
SGEMMONCOPY = sgemm_ncopy_4_vfp.S
13
SGEMMOTCOPY = sgemm_tcopy_4_vfp.S
14
SGEMMONCOPYOBJ = sgemm_oncopy.o
0 commit comments