divsf3vfp.rs 293 B

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