From bea8d7490d401e2baf90ecbc57c19267c3745ab8 Mon Sep 17 00:00:00 2001 From: Registrator Date: Thu, 17 Dec 2020 00:23:55 +0530 Subject: [PATCH] New version: LoopVectorization v0.9.8 (#26486) UUID: bdcacae8-1622-11e9-2a5c-532679323890 Repo: https://github.com/chriselrod/LoopVectorization.jl.git Tree: 9a0145feae3fc55b86e3d1d3a5b3c83c6c05e445 Registrator tree SHA: e934b8c55381f28735124f23e8f7e96d09b20416 --- L/LoopVectorization/Compat.toml | 12 ++++++++---- L/LoopVectorization/Versions.toml | 3 +++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/L/LoopVectorization/Compat.toml b/L/LoopVectorization/Compat.toml index e9e55e08486fcee..9ba39a2aa452e1a 100644 --- a/L/LoopVectorization/Compat.toml +++ b/L/LoopVectorization/Compat.toml @@ -132,9 +132,6 @@ OffsetArrays = "0.0.0 - 1" SIMDPirates = "0.6.6-0.6" VectorizationBase = "0.7.1-0.7" -["0.6.22-0"] -OffsetArrays = "1" - ["0.6.22-0.6.23"] SIMDPirates = "0.7.3-0.7" VectorizationBase = "0.9.3-0.9" @@ -142,6 +139,9 @@ VectorizationBase = "0.9.3-0.9" ["0.6.22-0.7"] UnPack = "0.0.0 - 0.1" +["0.6.22-0.9.7"] +OffsetArrays = "1" + ["0.6.24"] SIMDPirates = "0.7.4-0.7" @@ -304,5 +304,9 @@ VectorizationBase = "0.13.7-0.13" ["0.9.3-0.9.5"] VectorizationBase = "0.13.8-0.13" -["0.9.6-0"] +["0.9.6-0.9.7"] VectorizationBase = "0.13.10-0.13" + +["0.9.8-0"] +OffsetArrays = "1.4.1-1" +VectorizationBase = "0.14" diff --git a/L/LoopVectorization/Versions.toml b/L/LoopVectorization/Versions.toml index 783181d6d2ed50b..1e20eb32cf8b6f6 100644 --- a/L/LoopVectorization/Versions.toml +++ b/L/LoopVectorization/Versions.toml @@ -297,3 +297,6 @@ git-tree-sha1 = "787e481682c5ef24734bcc4b6390f4fa9b8d3473" ["0.9.7"] git-tree-sha1 = "fe9e1f1d783386d78183ec16039a65302b5dcea9" + +["0.9.8"] +git-tree-sha1 = "9a0145feae3fc55b86e3d1d3a5b3c83c6c05e445"