@@ -136,4 +136,29 @@ else
136
136
end
137
137
end
138
138
139
+ function _precompile_ ()
140
+ ccall (:jl_generating_output , Cint, ()) == 1 || return nothing
141
+ precompile (Tuple{typeof (Quadmath. __init__)})
142
+ precompile (Tuple{getfield (Quadmath, Symbol (" #7#10" ))})
143
+ precompile (Tuple{getfield (Quadmath, Symbol (" #8#11" ))})
144
+ precompile (Tuple{typeof (Requires. err), Any, Module, String})
145
+ precompile (Tuple{getfield (Quadmath, Symbol (" #9#12" ))})
146
+ precompile (Tuple{typeof (Quadmath. include), String})
147
+ precompile (Tuple{getfield (Quadmath, Symbol (" #@ccall" )), LineNumberNode, Module, Any})
148
+ precompile (Tuple{getfield (Quadmath, Symbol (" #@ccall" )), LineNumberNode, Module, Any})
149
+ precompile (Tuple{Type{Base. Generator{I, F} where F where I}, getfield (Quadmath, Symbol (" #1#4" )), Array{Any, 1 }})
150
+ precompile (Tuple{typeof (Base. all), Base. Generator{Array{Any, 1 }, getfield (Quadmath, Symbol (" #1#4" ))}})
151
+ precompile (Tuple{Type{Base. Generator{I, F} where F where I}, getfield (Quadmath, Symbol (" #2#5" )), Array{Any, 1 }})
152
+ precompile (Tuple{typeof (Base. collect), Base. Generator{Array{Any, 1 }, getfield (Quadmath, Symbol (" #2#5" ))}})
153
+ precompile (Tuple{getfield (Quadmath, Symbol (" #2#5" )), Expr})
154
+ precompile (Tuple{Type{Base. Generator{I, F} where F where I}, getfield (Quadmath, Symbol (" #3#6" )), Array{Any, 1 }})
155
+ precompile (Tuple{typeof (Base. collect), Base. Generator{Array{Any, 1 }, getfield (Quadmath, Symbol (" #3#6" ))}})
156
+ precompile (Tuple{getfield (Quadmath, Symbol (" #3#6" )), Expr})
157
+ precompile (Tuple{typeof (Requires. listenpkg), Any, Base. PkgId})
158
+ precompile (Tuple{typeof (Requires. withnotifications), String, Vararg{Any, N} where N})
159
+ precompile (Tuple{typeof (Requires. __init__)})
160
+ precompile (Tuple{typeof (Requires. loadpkg), Base. PkgId})
161
+ end
162
+ _precompile_ ()
163
+
139
164
end # module DoubleFloats
0 commit comments