Add attribute for ARM alias

This commit is contained in:
Ayrton 2021-12-12 15:19:05 -05:00
parent 9e65060184
commit 39cd6082e4

View file

@ -112,6 +112,7 @@ where
}
intrinsics! {
#[arm_aeabi_alias = __aeabi_d2f]
pub extern "C" fn __truncdfsf2(a: f64) -> f32 {
trunc(a)
}