Settings
Help

u8x16_shl

Function u8x16_shl 

1.54.0 · Source
pub fn u8x16_shl(a: v128, amt: u32) -> v128
Available on WebAssembly and target feature simd128 only.
Expand description

Shifts each lane to the left by the specified number of bits.

Only the low bits of the shift amount are used if the shift amount is greater than the lane width.