Function core::arch::wasm32::i32x4_dot_i16x8

1.54.0 · source ·
pub fn i32x4_dot_i16x8(a: v128, b: v128) -> v128
Available on target_family="wasm" and target feature simd128 and WebAssembly only.
Expand description

在两个输入 vectors 中按 lane-wise 乘以带符号的 16 位整数,并将完整的 32 位结果的相邻对相加。