Skip to content
This repository was archived by the owner on Apr 26, 2021. It is now read-only.

Commit 496336a

Browse files
authored
precompile is now the default
1 parent 3b7c2a9 commit 496336a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GenericSVD.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
__precompile__(true)
1+
VERSION < v"0.7.0-beta2.199" && __precompile__()
2+
23
module GenericSVD
34
using LinearAlgebra
45
import LinearAlgebra: SVD, svd!

0 commit comments

Comments
 (0)