Bugfix for ztrmv

This commit is contained in:
Werner Saar 2016-03-07 09:39:34 +01:00
parent 7d6b68eb4a
commit acdff55a6a
3 changed files with 4 additions and 7 deletions

View File

@ -389,7 +389,7 @@ DGEMVTKERNEL = dgemv_t.S
endif endif
ifndef CGEMVNKERNEL ifndef CGEMVNKERNEL
CGEMVNKERNEL = cgemv_n.S CGEMVNKERNEL = cgemv_n_4.c
endif endif
ifndef CGEMVTKERNEL ifndef CGEMVTKERNEL
@ -397,11 +397,11 @@ CGEMVTKERNEL = cgemv_t_4.c
endif endif
ifndef ZGEMVNKERNEL ifndef ZGEMVNKERNEL
ZGEMVNKERNEL = zgemv_n.S ZGEMVNKERNEL = zgemv_n_4.c
endif endif
ifndef ZGEMVTKERNEL ifndef ZGEMVTKERNEL
ZGEMVTKERNEL = zgemv_t.S ZGEMVTKERNEL = zgemv_t_4.c
endif endif
ifndef QGEMVNKERNEL ifndef QGEMVNKERNEL

View File

@ -1,6 +1,3 @@
ZGEMVNKERNEL = zgemv_n_dup.S
ZGEMVTKERNEL = zgemv_t.S
SGEMMKERNEL = gemm_kernel_8x4_barcelona.S SGEMMKERNEL = gemm_kernel_8x4_barcelona.S
SGEMMINCOPY = ../generic/gemm_ncopy_8.c SGEMMINCOPY = ../generic/gemm_ncopy_8.c
SGEMMITCOPY = ../generic/gemm_tcopy_8.c SGEMMITCOPY = ../generic/gemm_tcopy_8.c

View File

@ -18,7 +18,7 @@ SSYMV_L_KERNEL = ssymv_L.c
SGEMVNKERNEL = sgemv_n_4.c SGEMVNKERNEL = sgemv_n_4.c
SGEMVTKERNEL = sgemv_t_4.c SGEMVTKERNEL = sgemv_t_4.c
ZGEMVNKERNEL = zgemv_n_dup.S ZGEMVNKERNEL = zgemv_n_4.c
ZGEMVTKERNEL = zgemv_t_4.c ZGEMVTKERNEL = zgemv_t_4.c
DGEMVNKERNEL = dgemv_n_bulldozer.S DGEMVNKERNEL = dgemv_n_bulldozer.S