1
1
name = " LoopVectorization"
2
2
uuid = " bdcacae8-1622-11e9-2a5c-532679323890"
3
3
authors = [
" Chris Elrod <[email protected] >" ]
4
- version = " 0.12.164"
5
-
4
+ version = " 0.12.165"
6
5
7
6
[deps ]
8
7
ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -18,16 +17,25 @@ LayoutPointers = "10f19ff3-798f-405d-979b-55457f8fc047"
18
17
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
19
18
OffsetArrays = " 6fe1bfb0-de20-5000-8ca7-80f57d26f881"
20
19
PolyesterWeave = " 1d0040c9-8b98-4ee7-8388-3f51789ca0ad"
20
+ PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
21
21
SIMDTypes = " 94e857df-77ce-4151-89e5-788b33177be4"
22
22
SLEEFPirates = " 476501e8-09a2-5ece-8869-fb82de89a1fa"
23
- PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
24
23
SpecialFunctions = " 276daf66-3868-5448-9aa4-cd146d93841b"
25
24
Static = " aedffcd0-7271-4cad-89d0-dc628f76c6d3"
26
25
StaticArrayInterface = " 0d7ed370-da01-4f52-bd93-41d350b8b718"
27
26
ThreadingUtilities = " 8290d209-cae3-49c0-8002-c8c24d57dab5"
28
27
UnPack = " 3a884ed6-31ef-47d7-9d2a-63182c4928ed"
29
28
VectorizationBase = " 3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
30
29
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
+
31
39
[compat ]
32
40
ArrayInterface = " 7"
33
41
ArrayInterfaceCore = " 0.1.5"
@@ -51,12 +59,3 @@ ThreadingUtilities = "0.5"
51
59
UnPack = " 1"
52
60
VectorizationBase = " 0.21.63"
53
61
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