Skip to content

Commit 81520e3

Browse files
authored
Set LoopVectorization lower bound. Should fix #68. (#69)
1 parent e0a5dfd commit 81520e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ DataFrames = "0.22, 1"
3131
Fontconfig = "0.4"
3232
Gadfly = "1.3"
3333
Gaius = "0.6.4"
34-
LoopVectorization = "0.12"
34+
LoopVectorization = "0.12.24"
3535
Octavian = "0.2"
3636
ProgressMeter = "1.4"
3737
RecursiveFactorization = "0.1.10"
3838
Tullio = "0.2, 0.3"
39-
VectorizationBase = "0.19, 0.20"
39+
VectorizationBase = "0.20"
4040
julia = "1.5"
4141

4242
[extras]

0 commit comments

Comments
 (0)