We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sys_avialable
f64
f16
1 parent f2de609 commit 662a224Copy full SHA for 662a224
testcrate/benches/float_trunc.rs
@@ -32,7 +32,7 @@ float_bench! {
32
sig: (a: f64) -> f16,
33
crate_fn: trunc::__truncdfhf2,
34
sys_fn: __truncdfhf2,
35
- sys_available: not(feature = "no-sys-f128"),
+ sys_available: not(feature = "no-sys-f16"),
36
asm: [
37
#[cfg(target_arch = "aarch64")] {
38
// FIXME(f16_f128): remove `from_bits()` after f16 asm support (rust-lang/rust/#116909)
0 commit comments