parent
e7008c8609
commit
60028c1d9d
5 changed files with 5 additions and 10 deletions
|
|
@ -6,6 +6,5 @@
|
|||
test), no_std)]
|
||||
|
||||
// FIXME(#137)
|
||||
// FIXME(#158)
|
||||
#[cfg(not(any(target_arch = "mips", windows)))]
|
||||
#[cfg(not(target_arch = "mips"))]
|
||||
include!(concat!(env!("OUT_DIR"), "/divti3.rs"));
|
||||
|
|
|
|||
|
|
@ -6,6 +6,5 @@
|
|||
test), no_std)]
|
||||
|
||||
// FIXME(#137)
|
||||
// FIXME(#158)
|
||||
#[cfg(not(any(target_arch = "mips", windows)))]
|
||||
#[cfg(not(target_arch = "mips"))]
|
||||
include!(concat!(env!("OUT_DIR"), "/modti3.rs"));
|
||||
|
|
|
|||
|
|
@ -6,6 +6,5 @@
|
|||
test), no_std)]
|
||||
|
||||
// FIXME(#137)
|
||||
// FIXME(#158)
|
||||
#[cfg(not(any(target_arch = "mips", windows)))]
|
||||
#[cfg(not(target_arch = "mips"))]
|
||||
include!(concat!(env!("OUT_DIR"), "/udivmodti4.rs"));
|
||||
|
|
|
|||
|
|
@ -6,6 +6,5 @@
|
|||
test), no_std)]
|
||||
|
||||
// FIXME(#137)
|
||||
// FIXME(#158)
|
||||
#[cfg(not(any(target_arch = "mips", windows)))]
|
||||
#[cfg(not(target_arch = "mips"))]
|
||||
include!(concat!(env!("OUT_DIR"), "/udivti3.rs"));
|
||||
|
|
|
|||
|
|
@ -6,6 +6,5 @@
|
|||
test), no_std)]
|
||||
|
||||
// FIXME(#137)
|
||||
// FIXME(#158)
|
||||
#[cfg(not(any(target_arch = "mips", windows)))]
|
||||
#[cfg(not(target_arch = "mips"))]
|
||||
include!(concat!(env!("OUT_DIR"), "/umodti3.rs"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue