bugfix for barcelona zgemv-kernel
This commit is contained in:
parent
d8ba46efdb
commit
35d37e124f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue