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

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

将每个 lane 向左移动指定的位数。

如果移位量大于 lane 宽度,则仅使用移位量的低位。