Function vluti4q_lane_u8

Source
pub unsafe fn vluti4q_lane_u8(
    a: uint8x16_t,
    b: uint8x8_t,
    const LANE: i32,
) -> uint8x16_t
🔬This is a nightly-only experimental API. (stdarch_neon_feat_lut #138050)
Available on (AArch64 or target_arch="arm64ec") and target feature neon,lut only.
Expand description

Lookup table read with 4-bit indices Arm’s documentation

§Safety

  • Neon instrinsic unsafe