Add attribute for ARM alias
This commit is contained in:
parent
9e65060184
commit
39cd6082e4
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ where
|
|||
}
|
||||
|
||||
intrinsics! {
|
||||
#[arm_aeabi_alias = __aeabi_d2f]
|
||||
pub extern "C" fn __truncdfsf2(a: f64) -> f32 {
|
||||
trunc(a)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue