Refs #786. Revert to default assembly kernel.
This commit is contained in:
parent
0bbca5e803
commit
7d6b68eb4a
|
@ -389,7 +389,7 @@ DGEMVTKERNEL = dgemv_t.S
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef CGEMVNKERNEL
|
ifndef CGEMVNKERNEL
|
||||||
CGEMVNKERNEL = cgemv_n_4.c
|
CGEMVNKERNEL = cgemv_n.S
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef CGEMVTKERNEL
|
ifndef CGEMVTKERNEL
|
||||||
|
@ -397,11 +397,11 @@ CGEMVTKERNEL = cgemv_t_4.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef ZGEMVNKERNEL
|
ifndef ZGEMVNKERNEL
|
||||||
ZGEMVNKERNEL = zgemv_n_4.c
|
ZGEMVNKERNEL = zgemv_n.S
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef ZGEMVTKERNEL
|
ifndef ZGEMVTKERNEL
|
||||||
ZGEMVTKERNEL = zgemv_t_4.c
|
ZGEMVTKERNEL = zgemv_t.S
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef QGEMVNKERNEL
|
ifndef QGEMVNKERNEL
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
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
|
||||||
|
|
|
@ -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_4.c
|
ZGEMVNKERNEL = zgemv_n_dup.S
|
||||||
ZGEMVTKERNEL = zgemv_t_4.c
|
ZGEMVTKERNEL = zgemv_t_4.c
|
||||||
|
|
||||||
DGEMVNKERNEL = dgemv_n_bulldozer.S
|
DGEMVNKERNEL = dgemv_n_bulldozer.S
|
||||||
|
|
Loading…
Reference in New Issue