renamed some BLAS kernels, which are compatible to ARMV6

This commit is contained in:
wernsaar 2013-11-21 20:48:57 +01:00
parent 410afda9b4
commit f1be3a168a
6 changed files with 8 additions and 8 deletions

View File

@ -40,10 +40,10 @@ DAXPYKERNEL = axpy.c
CAXPYKERNEL = zaxpy.c
ZAXPYKERNEL = zaxpy.c
SCOPYKERNEL = copy.c
DCOPYKERNEL = copy.c
CCOPYKERNEL = zcopy.c
ZCOPYKERNEL = zcopy.c
SCOPYKERNEL = scopy_vfp.S
DCOPYKERNEL = dcopy_vfp.S
CCOPYKERNEL = ccopy_vfp.S
ZCOPYKERNEL = zcopy_vfp.S
SDOTKERNEL = dot.c
DDOTKERNEL = dot.c

View File

@ -45,10 +45,10 @@ DAXPYKERNEL = ../arm/axpy.c
CAXPYKERNEL = ../arm/zaxpy.c
ZAXPYKERNEL = ../arm/zaxpy.c
SCOPYKERNEL = scopy_vfpv3.S
DCOPYKERNEL = dcopy_vfpv3.S
CCOPYKERNEL = ccopy_vfpv3.S
ZCOPYKERNEL = zcopy_vfpv3.S
SCOPYKERNEL = scopy_vfp.S
DCOPYKERNEL = dcopy_vfp.S
CCOPYKERNEL = ccopy_vfp.S
ZCOPYKERNEL = zcopy_vfp.S
SDOTKERNEL = sdot_vfpv3.S
DDOTKERNEL = ddot_vfpv3.S