modti3.rs 331 B

12345678910
  1. #![feature(compiler_builtins_lib)]
  2. #![feature(i128_type)]
  3. #![cfg_attr(all(target_arch = "arm",
  4. not(any(target_env = "gnu", target_env = "musl")),
  5. target_os = "linux",
  6. test), no_std)]
  7. // FIXME(#137)
  8. #[cfg(not(target_arch = "mips"))]
  9. include!(concat!(env!("OUT_DIR"), "/modti3.rs"));