Skip to content

Commit 1d7a7ed

Browse files
committed
use const
1 parent 773d8ee commit 1d7a7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gemm.jl

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

77
if VERSION >= v"1.7-"
88
using LinearAlgebra.BLAS: libblastrampoline
9-
libblas = libblastrampoline
9+
const libblas = libblastrampoline
1010
else
1111
using LinearAlgebra.BLAS: libblas
1212
end

0 commit comments

Comments
 (0)