bugfix for barcelona zgemv-kernel

This commit is contained in:
wernsaar 2014-06-28 12:36:11 +02:00
parent d8ba46efdb
commit 35d37e124f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ SGEMVNKERNEL = sgemv_n.S
SGEMVTKERNEL = sgemv_t.S
ZGEMVNKERNEL = zgemv_n_dup.S
ZGEMVTKERNEL = zgemv_t_dup.S
ZGEMVTKERNEL = zgemv_t.S
SGEMMKERNEL = gemm_kernel_8x4_barcelona.S
SGEMMINCOPY = ../generic/gemm_ncopy_8.c