Skip to content

Commit e8ad16c

Browse files
authored
Merge pull request #5800 from notaz/armv7_sgemm
provide a NEON version of arm/sgemm
2 parents 45e5426 + fc9d7c7 commit e8ad16c

2 files changed

Lines changed: 358 additions & 135 deletions

File tree

kernel/arm/KERNEL.ARMV7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ZNRM2KERNEL = nrm2_vfpv3.S
88
SGEMVNKERNEL = gemv_n_vfpv3.S
99
DGEMVNKERNEL = gemv_n_vfpv3.S
1010

11-
SGEMMKERNEL = sgemm_kernel_4x4_vfpv3.S
11+
SGEMMKERNEL = sgemm_kernel_4x4_vfpv3_neon.S
1212
SGEMMONCOPY = sgemm_ncopy_4_vfp.S
1313
SGEMMOTCOPY = sgemm_tcopy_4_vfp.S
1414
SGEMMONCOPYOBJ = sgemm_oncopy.o

0 commit comments

Comments
 (0)