Skip to content

Commit

Permalink
Fix sym typo in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Aug 2, 2024
1 parent 5f0192e commit bdf120e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcrate/benches/float_trunc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bdf120e

Please sign in to comment.