Correct sys_avialable for f64 -> f16 truncation
The `sys_available` gate was incorrect. Update it.
This commit is contained in:
parent
db8daebd5b
commit
1cdeaed9f9
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ float_bench! {
|
|||
sig: (a: f64) -> f16,
|
||||
crate_fn: trunc::__truncdfhf2,
|
||||
sys_fn: __truncdfhf2,
|
||||
sys_available: not(feature = "no-sys-f128"),
|
||||
sys_available: not(feature = "no-sys-f16"),
|
||||
asm: [
|
||||
#[cfg(target_arch = "aarch64")] {
|
||||
// FIXME(f16_f128): remove `from_bits()` after f16 asm support (rust-lang/rust/#116909)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue