Skip to content

Commit

Permalink
Remove aapcs_on_arm mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronKutch committed Oct 13, 2020
1 parent 8ec278e commit ca7cb19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/int/mul.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ intrinsics! {
a.mul(b)
}

#[aapcs_on_arm]
pub extern "C" fn __multi3(a: i128, b: i128) -> i128 {
a.mul(b)
}
Expand Down

0 comments on commit ca7cb19

Please sign in to comment.