Function core::arch::wasm32::u32x4_relaxed_dot_i8x16_i7x16_add
1.82.0 · source · pub fn u32x4_relaxed_dot_i8x16_i7x16_add(a: v128, b: v128, c: v128) -> v128
Available on
target_family="wasm"
and target feature relaxed-simd
and WebAssembly only.Expand description
Similar to i16x8_relaxed_dot_i8x16_i7x16
except that the intermediate
i16x8
result is fed into i32x4_extadd_pairwise_i16x8
followed by
i32x4_add
to add the value c
to the result.