Function core::arch::wasm::i16x8_shr

1.54.0 · source ·
pub fn i16x8_shr(a: v128, amt: u32) -> v128
Available on target_family="wasm" and target feature simd128 only.
Expand description

Shifts each lane to the right by the specified number of bits, sign extending.

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