Browse Source

Merge pull request #4375 from martin-frbg/issue4352

Retire the GotoBLAS gemv_t kernel still used as fallback on x86_64
tags/v0.3.26
Martin Kroeker GitHub 2 years ago
parent
commit
8793601e86
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/x86_64/KERNEL

+ 1
- 1
kernel/x86_64/KERNEL 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


Loading…
Cancel
Save