Use C kernel for dgemv_t due to limitations of the old assembly one
This commit is contained in:
parent
293131d6b9
commit
f06b535566
|
@ -405,7 +405,7 @@ DGEMVNKERNEL = dgemv_n.S
|
|||
endif
|
||||
|
||||
ifndef DGEMVTKERNEL
|
||||
DGEMVTKERNEL = dgemv_t.S
|
||||
DGEMVTKERNEL = dgemv_t_4.c
|
||||
endif
|
||||
|
||||
ifndef CGEMVNKERNEL
|
||||
|
|
Loading…
Reference in New Issue