123456789 |
- #![feature(compiler_builtins_lib)]
- #![feature(i128_type)]
- #![cfg_attr(all(target_arch = "arm",
- not(any(target_env = "gnu", target_env = "musl")),
- target_os = "linux",
- test), no_std)]
- #![cfg(not(target_arch = "mips"))] // FIXME(#168)
- include!(concat!(env!("OUT_DIR"), "/floattidf.rs"));
|