Skip to content

Commit ac6c372

Browse files
committed
Fix precompile.
1 parent 9379e49 commit ac6c372

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7676

7777
[[VectorizationBase]]
7878
deps = ["CpuId", "LinearAlgebra"]
79-
git-tree-sha1 = "34004c00c561c6d4de6d30970bbd9c0a5c2be0a3"
79+
git-tree-sha1 = "1e8a90888ec61405ea345c1ac2bdc7d86b99bd69"
8080
uuid = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
81-
version = "0.8.1"
81+
version = "0.8.2"

src/precompile.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
function _precompile_()
22
ccall(:jl_generating_output, Cint, ()) == 1 || return nothing
3-
precompile(Tuple{LoopVectorization.var"#19#threadsfor_fun#6"{Main.var"#foo#11",Core.Ptr{Core.Float32},Core.Tuple{Core.Ptr{Core.Float32},Core.Ptr{Core.Float32}},Core.Int64,Base.Val{16},Core.Int64,Base.UnitRange{Core.Int64}}})
4-
precompile(Tuple{LoopVectorization.var"#19#threadsfor_fun#6"{Main.var"#foo#11",Core.Ptr{Core.Float64},Core.Tuple{Core.Ptr{Core.Float64},Core.Ptr{Core.Float64}},Core.Int64,Base.Val{8},Core.Int64,Base.UnitRange{Core.Int64}}})
53
precompile(Tuple{Type{Base.Broadcast.Broadcasted{Base.Broadcast.DefaultArrayStyle{1},Axes,F,Args} where Args<:Tuple where F where Axes},typeof(+),Tuple{Array{Float64,1},LoopVectorization.Product{Array{Float64,2},Array{Float64,1}}}})
64
precompile(Tuple{Type{Base.Broadcast.Broadcasted{Base.Broadcast.DefaultArrayStyle{1},Axes,F,Args} where Args<:Tuple where F where Axes},typeof(+),Tuple{Array{Int32,1},LoopVectorization.Product{Array{Int32,2},Array{Int32,1}}}})
75
precompile(Tuple{Type{Base.Broadcast.Broadcasted{Base.Broadcast.DefaultArrayStyle{1},Axes,F,Args} where Args<:Tuple where F where Axes},typeof(+),Tuple{Array{Int64,1},LoopVectorization.Product{Array{Int64,2},Array{Int64,1}}}})

0 commit comments

Comments
 (0)