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