added optimized scopy kernel for POWER8

This commit is contained in:
Werner Saar
2016-03-25 16:06:56 +01:00
parent 12f209b7b0
commit ecc0bc9813
3 changed files with 263 additions and 1 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ DAXPYKERNEL = daxpy.c
#CAXPYKERNEL = ../arm/zaxpy.c
ZAXPYKERNEL = zaxpy.c
#
#SCOPYKERNEL = ../arm/copy.c
SCOPYKERNEL = scopy.c
DCOPYKERNEL = dcopy.c
#CCOPYKERNEL = ../arm/zcopy.c
ZCOPYKERNEL = zcopy.c