-
Notifications
You must be signed in to change notification settings - Fork 4
/
Project.toml
36 lines (32 loc) · 1.05 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
name = "TriangularSolve"
uuid = "d5829a12-d9aa-46ab-831f-fb7c9ab06edf"
authors = ["chriselrod <[email protected]> and contributors"]
version = "0.2.1"
[deps]
CloseOpenIntervals = "fb6a15b2-703c-40df-9091-08a04967cfa9"
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
LayoutPointers = "10f19ff3-798f-405d-979b-55457f8fc047"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
[compat]
Aqua = "0.8"
CPUSummary = "0.2"
CloseOpenIntervals = "0.1"
IfElse = "0.1"
LayoutPointers = "0.1.2"
LinearAlgebra = "1"
LoopVectorization = "0.12.30"
Polyester = "0.4, 0.5, 0.6, 0.7"
Static = "0.2, 0.3, 0.4, 0.6, 0.7, 0.8, 1"
Test = "1"
VectorizationBase = "0.21"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Test"]