Skip to content

Commit 333fb78

Browse files
Update src/gemm.jl
Co-authored-by: Ian Butterworth <[email protected]>
1 parent 1d7a7ed commit 333fb78

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
@@ -4,7 +4,7 @@
44
using LinearAlgebra
55
using LinearAlgebra.BLAS: BlasInt, @blasfunc
66

7-
if VERSION >= v"1.7-"
7+
@static if VERSION >= v"1.7-"
88
using LinearAlgebra.BLAS: libblastrampoline
99
const libblas = libblastrampoline
1010
else

0 commit comments

Comments
 (0)