File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
stdarch/crates/core_arch/src/wasm32 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,9 +110,9 @@ unsafe extern "unadjusted" {
110110 #[ link_name = "llvm.wasm.avgr.unsigned.v8i16" ]
111111 fn llvm_avgr_u_i16x8 ( a : simd:: i16x8 , b : simd:: i16x8 ) -> simd:: i16x8 ;
112112
113- #[ link_name = "llvm.wasm.extadd.pairwise.signed.v16i8 " ]
113+ #[ link_name = "llvm.wasm.extadd.pairwise.signed.v4i32 " ]
114114 fn llvm_i32x4_extadd_pairwise_i16x8_s ( x : simd:: i16x8 ) -> simd:: i32x4 ;
115- #[ link_name = "llvm.wasm.extadd.pairwise.unsigned.v16i8 " ]
115+ #[ link_name = "llvm.wasm.extadd.pairwise.unsigned.v4i32 " ]
116116 fn llvm_i32x4_extadd_pairwise_i16x8_u ( x : simd:: i16x8 ) -> simd:: i32x4 ;
117117 #[ link_name = "llvm.wasm.alltrue.v4i32" ]
118118 fn llvm_i32x4_all_true ( x : simd:: i32x4 ) -> i32 ;
You can’t perform that action at this time.
0 commit comments