Skip to content

Commit

Permalink
New version: LoopVectorization v0.9.0 (#25530)
Browse files Browse the repository at this point in the history
UUID: bdcacae8-1622-11e9-2a5c-532679323890
Repo: https://github.com/chriselrod/LoopVectorization.jl.git
Tree: e4055e38449cce55d5830c6a2e28af4f1471de98

Registrator tree SHA: e934b8c55381f28735124f23e8f7e96d09b20416
  • Loading branch information
JuliaRegistrator authored Nov 30, 2020
1 parent 3348b95 commit 15cadbb
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
18 changes: 13 additions & 5 deletions L/LoopVectorization/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ VectorizationBase = "0.2"
SIMDPirates = "0.3"
SLEEFPirates = "0.3"

["0.6-0"]
["0.6-0.8"]
julia = "1.1.0-1"

["0.6.0"]
Expand Down Expand Up @@ -209,7 +209,7 @@ SIMDPirates = "0.7.23-0.7"
SLEEFPirates = "0.4.8-0.4"
VectorizationBase = "0.11.3-0.11"

["0.8-0"]
["0.8"]
UnPack = "0-1"

["0.8-0.8.11"]
Expand All @@ -225,7 +225,7 @@ VectorizationBase = "0.12.2-0.12"
["0.8.1-0.8.2"]
SIMDPirates = "0.8.4-0.8"

["0.8.12-0"]
["0.8.12-0.8"]
SLEEFPirates = "0.5.4-0.5"

["0.8.16-0.8.19"]
Expand All @@ -246,13 +246,13 @@ SIMDPirates = "0.8.20-0.8"
["0.8.22"]
VectorizationBase = "0.12.30-0.12"

["0.8.23-0"]
["0.8.23-0.8"]
VectorizationBase = "0.12.31-0.12"

["0.8.23-0.8.25"]
SIMDPirates = "0.8.24-0.8"

["0.8.26-0"]
["0.8.26-0.8"]
SIMDPirates = "0.8.25-0.8"

["0.8.3-0.8.4"]
Expand Down Expand Up @@ -281,3 +281,11 @@ SIMDPirates = "0.8.12-0.8"

["0.8.9-0.8.17"]
VectorizationBase = "0.12.15-0.12"

["0.9-0"]
ArrayInterface = "2.14.0-2"
IfElse = "0.1"
SLEEFPirates = "0.6"
UnPack = "1"
VectorizationBase = "0.13"
julia = "1.5.0-1"
8 changes: 7 additions & 1 deletion L/LoopVectorization/Deps.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[0]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SIMDPirates = "21efa798-c60a-11e8-04d3-e1a92915a26a"
SLEEFPirates = "476501e8-09a2-5ece-8869-fb82de89a1fa"
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"

Expand All @@ -10,6 +9,9 @@ Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
["0-0.6.5"]
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"

["0-0.8"]
SIMDPirates = "21efa798-c60a-11e8-04d3-e1a92915a26a"

["0.6.21-0"]
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"

Expand All @@ -18,3 +20,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

["0.7-0"]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"

["0.9-0"]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
3 changes: 3 additions & 0 deletions L/LoopVectorization/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,6 @@ git-tree-sha1 = "224c9768765c2a3b588fec71cff48b8eb1c80c48"

["0.8.26"]
git-tree-sha1 = "3242a8f411e19eda9adc49d0b877681975c11375"

["0.9.0"]
git-tree-sha1 = "e4055e38449cce55d5830c6a2e28af4f1471de98"

0 comments on commit 15cadbb

Please sign in to comment.