mulsf3.rs 262 B

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