We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65b031 commit 6504950Copy full SHA for 6504950
src/arm.rs
@@ -58,6 +58,10 @@ pub unsafe fn __aeabi_ldivmod() {
58
}
59
60
// TODO: These aeabi_* functions should be defined as aliases
61
+
62
+// NOTE(cfg) The gnueabi targets use the C implementation for now
63
+// https://github.com/rust-lang-nursery/compiler-builtins/issues/90
64
65
#[cfg(not(gnueabi))]
66
#[cfg_attr(not(test), no_mangle)]
67
pub extern "C" fn __aeabi_dadd(a: f64, b: f64) -> f64 {
0 commit comments