Function core::arch::riscv32::ucmplt8

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

Compare whether 8-bit packed unsigned integers are less than the others

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