added optimized sgemv_t kernel

This commit is contained in:
wernsaar
2014-08-06 12:12:17 +02:00
parent 8c05b8105b
commit 95a8caa2f3
8 changed files with 315 additions and 6 deletions

View File

@@ -377,7 +377,7 @@ SGEMVNKERNEL = sgemv_n.c
endif
ifndef SGEMVTKERNEL
SGEMVTKERNEL = ../arm/gemv_t.c
SGEMVTKERNEL = sgemv_t.c
endif
ifndef DGEMVNKERNEL