Skip to content

Commit

Permalink
Fix unused link_name attribute. (#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss authored Nov 13, 2021
1 parent c93ae0e commit 63a720c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core_arch/src/mips/msa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,8 @@ extern "C" {
fn msa_fexp2_w(a: v4f32, b: v4i32) -> v4f32;
#[link_name = "llvm.mips.fexp2.d"]
fn msa_fexp2_d(a: v2f64, b: v2i64) -> v2f64;
#[link_name = "llvm.mips.fexupl.w"]
// FIXME: 16-bit floats
// #[link_name = "llvm.mips.fexupl.w"]
// fn msa_fexupl_w(a: f16x8) -> v4f32;
#[link_name = "llvm.mips.fexupl.d"]
fn msa_fexupl_d(a: v4f32) -> v2f64;
Expand Down

0 comments on commit 63a720c

Please sign in to comment.