Function u16x8_shl

#[target_feature(enable = "simd128")]
pub fn u16x8_shl(a: v128, amt: u32) -> v128

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.