Skip to content

Commit 53925ec

Browse files
authored
Update gemm.jl
1 parent cff70a4 commit 53925ec

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/gemm.jl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44
using LinearAlgebra
55
using LinearAlgebra.BLAS: BlasInt, @blasfunc
66

7-
@static if VERSION >= v"1.7-"
8-
using LinearAlgebra.BLAS: libblastrampoline
9-
const libblas = libblastrampoline
10-
else
11-
using LinearAlgebra.BLAS: libblas
12-
end
7+
const libblas = Base.libblas_name
138

149
using Compat: get_num_threads, set_num_threads # needs Compat 3.13, for any Julia < 1.6
1510

0 commit comments

Comments
 (0)