Function core::arch::wasm32::i32x4_dot_i16x8 1.54.0[−][src]
pub fn i32x4_dot_i16x8(a: v128, b: v128) -> v128
This is supported on WebAssembly and target feature
simd128
only.Expand description
在两个输入 vectors 中逐行乘以带符号的 16 位整数,并将完整的 32 位结果的相邻对相加。