Skip to content

Commit dcb8769

Browse files
committed
Declare Base.mul_hi public
1 parent c7cbd2c commit dcb8769

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/public.jl

+3
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ public
7171
isoperator,
7272
isunaryoperator,
7373

74+
# Integer math
75+
mul_hi,
76+
7477
# C interface
7578
cconvert,
7679
unsafe_convert,

0 commit comments

Comments
 (0)