Skip to content

Commit 080f1fa

Browse files
committed
Add attribute for ARM alias
1 parent 67c763f commit 080f1fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/float/trunc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ where
112112
}
113113

114114
intrinsics! {
115+
#[arm_aeabi_alias = __aeabi_d2f]
115116
pub extern "C" fn __truncdfsf2(a: f64) -> f32 {
116117
trunc(a)
117118
}

0 commit comments

Comments
 (0)