Use C kernel for dgemv_t due to limitations of the old assembly one

This commit is contained in:
Martin Kroeker 2023-12-15 09:58:44 +01:00 committed by GitHub
parent 293131d6b9
commit f06b535566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ DGEMVNKERNEL = dgemv_n.S
endif
ifndef DGEMVTKERNEL
DGEMVTKERNEL = dgemv_t.S
DGEMVTKERNEL = dgemv_t_4.c
endif
ifndef CGEMVNKERNEL