Skip to content

Commit f1be3a1

Browse files
committed
renamed some BLAS kernels, which are compatible to ARMV6
1 parent 410afda commit f1be3a1

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

kernel/arm/KERNEL.ARMV6

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ DAXPYKERNEL = axpy.c
4040
CAXPYKERNEL = zaxpy.c
4141
ZAXPYKERNEL = zaxpy.c
4242

43-
SCOPYKERNEL = copy.c
44-
DCOPYKERNEL = copy.c
45-
CCOPYKERNEL = zcopy.c
46-
ZCOPYKERNEL = zcopy.c
43+
SCOPYKERNEL = scopy_vfp.S
44+
DCOPYKERNEL = dcopy_vfp.S
45+
CCOPYKERNEL = ccopy_vfp.S
46+
ZCOPYKERNEL = zcopy_vfp.S
4747

4848
SDOTKERNEL = dot.c
4949
DDOTKERNEL = dot.c

kernel/arm/KERNEL.ARMV7

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ DAXPYKERNEL = ../arm/axpy.c
4545
CAXPYKERNEL = ../arm/zaxpy.c
4646
ZAXPYKERNEL = ../arm/zaxpy.c
4747

48-
SCOPYKERNEL = scopy_vfpv3.S
49-
DCOPYKERNEL = dcopy_vfpv3.S
50-
CCOPYKERNEL = ccopy_vfpv3.S
51-
ZCOPYKERNEL = zcopy_vfpv3.S
48+
SCOPYKERNEL = scopy_vfp.S
49+
DCOPYKERNEL = dcopy_vfp.S
50+
CCOPYKERNEL = ccopy_vfp.S
51+
ZCOPYKERNEL = zcopy_vfp.S
5252

5353
SDOTKERNEL = sdot_vfpv3.S
5454
DDOTKERNEL = ddot_vfpv3.S
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)