Skip to content

Commit 251075c

Browse files
authored
Merge pull request #29 from JuliaSIMD/remove-precompile
No precompile
2 parents 6516e64 + 5682072 commit 251075c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Project.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TriangularSolve"
22
uuid = "d5829a12-d9aa-46ab-831f-fb7c9ab06edf"
33
authors = ["chriselrod <[email protected]> and contributors"]
4-
version = "0.1.17"
4+
version = "0.1.18"
55

66
[deps]
77
CloseOpenIntervals = "fb6a15b2-703c-40df-9091-08a04967cfa9"
@@ -10,7 +10,6 @@ LayoutPointers = "10f19ff3-798f-405d-979b-55457f8fc047"
1010
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1111
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
1212
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
13-
SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c"
1413
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
1514
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
1615

@@ -20,7 +19,6 @@ IfElse = "0.1"
2019
LayoutPointers = "0.1.2"
2120
LoopVectorization = "0.12.30"
2221
Polyester = "0.4, 0.5, 0.6, 0.7"
23-
SnoopPrecompile = "1"
2422
Static = "0.2, 0.3, 0.4, 0.6, 0.7, 0.8"
2523
VectorizationBase = "0.21"
2624
julia = "1.5"

src/TriangularSolve.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ function __init__()
735735
Vector{UInt8}(undef, 3VectorizationBase.register_size() * 128)
736736
end
737737
end
738-
738+
#=
739739
using SnoopPrecompile
740740
@static if VERSION >= v"1.8.0-beta1"
741741
@precompile_setup begin
@@ -756,4 +756,5 @@ using SnoopPrecompile
756756
end
757757
end
758758
end
759+
=#
759760
end

0 commit comments

Comments
 (0)