Function core::arch::wasm32::i8x16_narrow_i16x81.54.0[][src]

pub fn i8x16_narrow_i16x8(a: v128, b: v128) -> v128
This is supported on WebAssembly and target feature simd128 only.
Expand description

通过使每个通道变窄,将两个输入 vectors 转换为较小的通道 vector。

使用 0x7f 或 0x80 的带符号饱和,并且输入通道始终被解释为带符号整数。