parent
acaa2f071a
commit
5c74fb13d9
|
@ -6,6 +6,5 @@
|
||||||
test), no_std)]
|
test), no_std)]
|
||||||
|
|
||||||
// FIXME(#137)
|
// FIXME(#137)
|
||||||
// FIXME(#158)
|
#[cfg(not(target_arch = "mips"))]
|
||||||
#[cfg(not(any(target_arch = "mips", windows)))]
|
|
||||||
include!(concat!(env!("OUT_DIR"), "/divti3.rs"));
|
include!(concat!(env!("OUT_DIR"), "/divti3.rs"));
|
||||||
|
|
|
@ -6,6 +6,5 @@
|
||||||
test), no_std)]
|
test), no_std)]
|
||||||
|
|
||||||
// FIXME(#137)
|
// FIXME(#137)
|
||||||
// FIXME(#158)
|
#[cfg(not(target_arch = "mips"))]
|
||||||
#[cfg(not(any(target_arch = "mips", windows)))]
|
|
||||||
include!(concat!(env!("OUT_DIR"), "/modti3.rs"));
|
include!(concat!(env!("OUT_DIR"), "/modti3.rs"));
|
||||||
|
|
|
@ -6,6 +6,5 @@
|
||||||
test), no_std)]
|
test), no_std)]
|
||||||
|
|
||||||
// FIXME(#137)
|
// FIXME(#137)
|
||||||
// FIXME(#158)
|
#[cfg(not(target_arch = "mips"))]
|
||||||
#[cfg(not(any(target_arch = "mips", windows)))]
|
|
||||||
include!(concat!(env!("OUT_DIR"), "/udivmodti4.rs"));
|
include!(concat!(env!("OUT_DIR"), "/udivmodti4.rs"));
|
||||||
|
|
|
@ -6,6 +6,5 @@
|
||||||
test), no_std)]
|
test), no_std)]
|
||||||
|
|
||||||
// FIXME(#137)
|
// FIXME(#137)
|
||||||
// FIXME(#158)
|
#[cfg(not(target_arch = "mips"))]
|
||||||
#[cfg(not(any(target_arch = "mips", windows)))]
|
|
||||||
include!(concat!(env!("OUT_DIR"), "/udivti3.rs"));
|
include!(concat!(env!("OUT_DIR"), "/udivti3.rs"));
|
||||||
|
|
|
@ -6,6 +6,5 @@
|
||||||
test), no_std)]
|
test), no_std)]
|
||||||
|
|
||||||
// FIXME(#137)
|
// FIXME(#137)
|
||||||
// FIXME(#158)
|
#[cfg(not(target_arch = "mips"))]
|
||||||
#[cfg(not(any(target_arch = "mips", windows)))]
|
|
||||||
include!(concat!(env!("OUT_DIR"), "/umodti3.rs"));
|
include!(concat!(env!("OUT_DIR"), "/umodti3.rs"));
|
||||||
|
|
Loading…
Reference in New Issue