We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f71308 commit a07608bCopy full SHA for a07608b
src/precompile.jl
@@ -1,3 +1,5 @@
1
+using Random
2
+
3
function _precompile_()
4
ccall(:jl_generating_output, Cint, ()) == 1 || return nothing
5
normedtypes = (N0f8, N0f16) # precompiled Normed types
0 commit comments