[][src]Function core::arch::wasm32::i16x8_shr_s

pub fn i16x8_shr_s(a: v128, amt: u32) -> v128
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on WebAssembly only.

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.