Skip to content

Commit 8793601

Browse files
authored
Merge pull request #4375 from martin-frbg/issue4352
Retire the GotoBLAS gemv_t kernel still used as fallback on x86_64
2 parents 293131d + f06b535 commit 8793601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/x86_64/KERNEL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ DGEMVNKERNEL = dgemv_n.S
405405
endif
406406

407407
ifndef DGEMVTKERNEL
408-
DGEMVTKERNEL = dgemv_t.S
408+
DGEMVTKERNEL = dgemv_t_4.c
409409
endif
410410

411411
ifndef CGEMVNKERNEL

0 commit comments

Comments
 (0)