Skip to content

Commit fc9d7c7

Browse files
committed
rename arm32 sgemm_kernel to indicate neon support
1 parent 9d58b8d commit fc9d7c7

2 files changed

Lines changed: 1 addition & 1 deletion

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)