divdi3.rs 282 B

12345678
  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. include!(concat!(env!("OUT_DIR"), "/divdi3.rs"));