Function core::arch::arm::vqrshl_u8

source ·
pub unsafe fn vqrshl_u8(a: uint8x8_t, b: int8x8_t) -> uint8x8_t
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on ARM and target feature neon only.
Expand description

Unsigned signed saturating rounding shift left

Arm’s documentation