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

pub unsafe fn i8x16_shr_u(a: v128, amt: u32) -> v128
🔬 This is a nightly-only experimental API. (wasm_simd #74372)
This is supported on WebAssembly and target feature simd128 only.

Shifts each lane to the right by the specified number of bits, shifting in zeros.

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