Function core::arch::wasm::i32x4_relaxed_dot_i8x16_i7x16_add
source · pub fn i32x4_relaxed_dot_i8x16_i7x16_add(a: v128, b: v128, c: v128) -> v128
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on
target_family="wasm"
and target feature relaxed-simd
only.Expand description
与 i16x8_relaxed_dot_i8x16_i7x16
类似,不同之处在于中间 i16x8
结果被馈送到 i32x4_extadd_pairwise_i16x8
,然后 i32x4_add
将值 c
添加到结果中。