pub fn i16x8_shr(a: v128, amt: u32) -> v128
Available on
target_family="wasm"
and target feature simd128
and WebAssembly only.Expand description
将每个 lane 向右移动指定的位数,并扩展符号。
如果移位量大于 lane 宽度,则仅使用移位量的低位。