Optimized scal kernels for CORTEXA57

Co-Authored-By: Ralph Campbell <ralph.campbell@broadcom.com>
This commit is contained in:
Ashwin Sekhar T K
2015-10-06 14:36:31 +05:30
parent fb4be3b3eb
commit ea1465cdf8
3 changed files with 532 additions and 0 deletions

View File

@@ -40,4 +40,9 @@ DROTKERNEL = rot.S
CROTKERNEL = zrot.S
ZROTKERNEL = zrot.S
SCALKERNEL = scal.S
DSCALKERNEL = scal.S
CSCALKERNEL = zscal.S
ZSCALKERNEL = zscal.S