Skip to content

Commit cf43a35

Browse files
committed
Update Project.toml
1 parent 73fb725 commit cf43a35

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

Project.toml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name = "LoopVectorization"
22
uuid = "bdcacae8-1622-11e9-2a5c-532679323890"
33
authors = ["Chris Elrod <[email protected]>"]
4-
version = "0.12.164"
5-
4+
version = "0.12.165"
65

76
[deps]
87
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -18,16 +17,25 @@ LayoutPointers = "10f19ff3-798f-405d-979b-55457f8fc047"
1817
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1918
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
2019
PolyesterWeave = "1d0040c9-8b98-4ee7-8388-3f51789ca0ad"
20+
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
2121
SIMDTypes = "94e857df-77ce-4151-89e5-788b33177be4"
2222
SLEEFPirates = "476501e8-09a2-5ece-8869-fb82de89a1fa"
23-
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
2423
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2524
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
2625
StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718"
2726
ThreadingUtilities = "8290d209-cae3-49c0-8002-c8c24d57dab5"
2827
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
2928
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
3029

30+
[weakdeps]
31+
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
32+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
33+
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
34+
35+
[extensions]
36+
ForwardDiffExt = ["ChainRulesCore", "ForwardDiff"]
37+
SpecialFunctionsExt = "SpecialFunctions"
38+
3139
[compat]
3240
ArrayInterface = "7"
3341
ArrayInterfaceCore = "0.1.5"
@@ -51,12 +59,3 @@ ThreadingUtilities = "0.5"
5159
UnPack = "1"
5260
VectorizationBase = "0.21.63"
5361
julia = "1.6"
54-
55-
[extensions]
56-
ForwardDiffExt = ["ChainRulesCore", "ForwardDiff"]
57-
SpecialFunctionsExt = "SpecialFunctions"
58-
59-
[weakdeps]
60-
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
61-
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
62-
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

0 commit comments

Comments
 (0)