Optimized copy kernels for CORTEXA57

Co-Authored-By: Ralph Campbell <ralph.campbell@broadcom.com>
This commit is contained in:
Ashwin Sekhar T K
2015-10-06 12:19:05 +05:30
parent 2690b71b1f
commit cd7684097c
2 changed files with 238 additions and 0 deletions

View File

@@ -20,3 +20,9 @@ DAXPYKERNEL = axpy.S
CAXPYKERNEL = zaxpy.S
ZAXPYKERNEL = zaxpy.S
SCOPYKERNEL = copy.S
DCOPYKERNEL = copy.S
CCOPYKERNEL = copy.S
ZCOPYKERNEL = copy.S