Merge pull request #4375 from martin-frbg/issue4352

Retire the GotoBLAS gemv_t kernel still used as fallback on x86_64
This commit is contained in:
Martin Kroeker 2023-12-15 13:35:18 +01:00 committed by GitHub
commit 8793601e86
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