Improve the sgemm kernel for CORTEXA57

This commit is contained in:
Ashwin Sekhar T K 2015-11-02 17:45:24 +05:30
parent 3b0cdfab1e
commit 19fdbee291
2 changed files with 884 additions and 640 deletions

View File

@ -60,3 +60,11 @@ DGEMVTKERNEL = gemv_t.S
CGEMVTKERNEL = zgemv_t.S
ZGEMVTKERNEL = zgemv_t.S
STRMMKERNEL = ../generic/trmmkernel_4x4.c
SGEMMKERNEL = sgemm_kernel_4x4.S
SGEMMONCOPY = ../generic/gemm_ncopy_4.c
SGEMMOTCOPY = ../generic/gemm_tcopy_4.c
SGEMMONCOPYOBJ = sgemm_oncopy.o
SGEMMOTCOPYOBJ = sgemm_otcopy.o

File diff suppressed because it is too large Load Diff