added optimized zgemv_n kernel for haswell

This commit is contained in:
wernsaar
2014-08-10 08:39:17 +02:00
parent aa54fe064c
commit 462b4885ff
4 changed files with 155 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ SGEMVNKERNEL = sgemv_n.c
SGEMVTKERNEL = sgemv_t.c
DGEMVNKERNEL = dgemv_n.c
DGEMVTKERNEL = dgemv_t.c
ZGEMVNKERNEL = zgemv_n.c
SGEMMKERNEL = sgemm_kernel_16x4_haswell.S
SGEMMINCOPY = ../generic/gemm_ncopy_16.c