Function core::arch::riscv32::srl8u

source ·
pub fn srl8u(a: usize, b: u32) -> usize
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on RISC-V RV32 only.
Expand description

Logical right shift packed 8-bit elements with rounding up

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.