Function core::arch::wasm32::u8x16_narrow_i16x8

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

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

使用 0x00 或 0xff 的带符号饱和,并且输入 lanes 始终被解释为带符号整数。