Skip to content

Commit 6504950

Browse files
committed
Add note for cfgs
1 parent e65b031 commit 6504950

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/arm.rs

+4
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ pub unsafe fn __aeabi_ldivmod() {
5858
}
5959

6060
// 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+
6165
#[cfg(not(gnueabi))]
6266
#[cfg_attr(not(test), no_mangle)]
6367
pub extern "C" fn __aeabi_dadd(a: f64, b: f64) -> f64 {

0 commit comments

Comments
 (0)