Skip to content

Commit

Permalink
Merge pull request #4375 from martin-frbg/issue4352
Browse files Browse the repository at this point in the history
Retire the GotoBLAS gemv_t kernel still used as fallback on x86_64
  • Loading branch information
martin-frbg authored Dec 15, 2023
2 parents 293131d + f06b535 commit 8793601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/x86_64/KERNEL
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ DGEMVNKERNEL = dgemv_n.S
endif

ifndef DGEMVTKERNEL
DGEMVTKERNEL = dgemv_t.S
DGEMVTKERNEL = dgemv_t_4.c
endif

ifndef CGEMVNKERNEL
Expand Down

0 comments on commit 8793601

Please sign in to comment.