-
Notifications
You must be signed in to change notification settings - Fork 9
/
Project.toml
44 lines (40 loc) · 1.36 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name = "StrideArrays"
uuid = "d1fa6d79-ef01-42a6-86c9-f7c551f8593b"
authors = ["Chris Elrod <[email protected]> and contributors"]
version = "0.1.28"
[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
Octavian = "6fd5a793-0b7e-452c-907f-f8bfe9c57db4"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SLEEFPirates = "476501e8-09a2-5ece-8869-fb82de89a1fa"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718"
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StrideArraysCore = "7792a7ef-975c-4747-a70f-980b88e8d1da"
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
VectorizedRNG = "33b4df10-0173-11e9-2a0c-851a7edac40e"
VectorizedStatistics = "3b853605-1c98-4422-8364-4bd93ee0529e"
[compat]
ArrayInterface = "7"
LinearAlgebra = "1"
LoopVectorization = "0.12.131"
Octavian = "0.3"
Random = "1"
SLEEFPirates = "0.6.13"
Static = "0.3, 0.4, 0.6, 0.7, 0.8, 1"
StaticArrayInterface = "1"
StaticArraysCore = "1"
Statistics = "1"
StrideArraysCore = "0.4.14, 0.5"
Test = "1"
VectorizationBase = "0.21"
VectorizedRNG = "0.2.22"
VectorizedStatistics = "0.5"
julia = "1.8"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]