compiler-builtins-zynq/src/float
Alex Crichton cf98161da7 Remove the need for #[cfg] in #[use_c_shim_if]
This commit tweaks the implementation of the synthetic
`#[use_c_shim_if]` attribute, renaming it to
`#[maybe_use_optimized_c_shim]` in the process. This no longer requires
specifying a `#[cfg]` clause indicating when the optimized intrinsic
should be used, but rather this is inferred and printed from the build
script.

The build script will now print out appropriate `#[cfg]` directives for
rustc to indicate what intrinsics it's compiling. This should remove the
need for us to keep the build script and the source in sync, but rather
the build script can simply take care of everything.
2019-05-15 12:59:31 -07:00
..
add.rs Run rustfmt over everything 2019-05-14 14:40:38 -07:00
cmp.rs Run rustfmt over everything 2019-05-14 14:40:38 -07:00
conv.rs Remove the need for #[cfg] in #[use_c_shim_if] 2019-05-15 12:59:31 -07:00
div.rs Run rustfmt over everything 2019-05-14 14:40:38 -07:00
extend.rs Run rustfmt over everything 2019-05-14 14:40:38 -07:00
mod.rs Run rustfmt over everything 2019-05-14 14:40:38 -07:00
mul.rs Run rustfmt over everything 2019-05-14 14:40:38 -07:00
pow.rs Run rustfmt over everything 2019-05-14 14:40:38 -07:00
sub.rs Run rustfmt over everything 2019-05-14 14:40:38 -07:00