Skip to content

Commit 63a720c

Browse files
authored
Fix unused link_name attribute. (#1251)
1 parent c93ae0e commit 63a720c

File tree

1 file changed

+1
-1
lines changed
  • crates/core_arch/src/mips

1 file changed

+1
-1
lines changed

crates/core_arch/src/mips/msa.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,8 @@ extern "C" {
498498
fn msa_fexp2_w(a: v4f32, b: v4i32) -> v4f32;
499499
#[link_name = "llvm.mips.fexp2.d"]
500500
fn msa_fexp2_d(a: v2f64, b: v2i64) -> v2f64;
501-
#[link_name = "llvm.mips.fexupl.w"]
502501
// FIXME: 16-bit floats
502+
// #[link_name = "llvm.mips.fexupl.w"]
503503
// fn msa_fexupl_w(a: f16x8) -> v4f32;
504504
#[link_name = "llvm.mips.fexupl.d"]
505505
fn msa_fexupl_d(a: v4f32) -> v2f64;

0 commit comments

Comments
 (0)