Function core::arch::wasm32::i64x2_shr 1.54.0[−][src]
pub fn i64x2_shr(a: v128, amt: u32) -> v128
This is supported on WebAssembly and target feature
simd128
only.Expand description
将每个通道向右移动指定的位数,并扩展符号。
如果移位量大于通道宽度,则仅使用移位量的低位。