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 fdd0b06 commit 443659dCopy full SHA for 443659d
src/compiler_builtins.rs
@@ -44,6 +44,7 @@ builtin_functions! {
44
fn __umodti3(n: u128, d: u128) -> u128;
45
fn __modti3(n: i128, d: i128) -> i128;
46
fn __rust_u128_mulo(a: u128, b: u128) -> (u128, bool);
47
+ fn __rust_i128_mulo(a: i128, b: i128) -> (i128, bool);
48
49
// floats
50
fn __floattisf(i: i128) -> f32;
0 commit comments