Skip to content

Commit 219bc05

Browse files
committed
Removed ComposedFunction from precompile.
1 parent e9a848d commit 219bc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/precompile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function _precompile_()
55
precompile(Tuple{Type{LoopVectorization.LoopSet},Expr,Symbol})
66
precompile(Tuple{Type{LoopVectorization.LoopSet},Symbol})
77
precompile(Tuple{Type{Vector{Tuple{Int64,LoopVectorization.NumberType}}},Vector{Int64}})
8-
precompile(Tuple{typeof(Base._mapreduce),Base.ComposedFunction{Type{Float64},typeof(length)},typeof(Base.mul_prod),IndexLinear,Vector{LoopVectorization.Loop}})
8+
# precompile(Tuple{typeof(Base._mapreduce),Base.ComposedFunction{Type{Float64},typeof(length)},typeof(Base.mul_prod),IndexLinear,Vector{LoopVectorization.Loop}})
99
precompile(Tuple{typeof(LoopVectorization._avx_loopset),Core.SimpleVector,Core.SimpleVector,Core.SimpleVector,Core.SimpleVector,Core.SimpleVector,Any})
1010
precompile(Tuple{typeof(LoopVectorization.add_broadcast!),LoopVectorization.LoopSet,Symbol,Symbol,Vector{Symbol},Type{Vector{Float64}},Int64})
1111
precompile(Tuple{typeof(LoopVectorization.add_compute!),LoopVectorization.LoopSet,Symbol,Expr,Int64,Int64,LoopVectorization.ArrayReferenceMetaPosition})

0 commit comments

Comments
 (0)