Skip to content

Commit 5cb475f

Browse files
committed
Merge branch 'master' of github.com:chriselrod/LoopVectorization.jl
2 parents 562c20a + 53b308d commit 5cb475f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ VectorizationBase = "0.13.4"
2424
julia = "1.5"
2525

2626
[extras]
27+
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
2728
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2829
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2930

3031
[targets]
31-
test = ["Random", "Test"]
32+
test = ["InteractiveUtils", "Random", "Test"]

0 commit comments

Comments
 (0)