Trait simd::aarch64::neon::Aarch64U8x16 [] [src]

pub trait Aarch64U8x16 {
    fn table_lookup_1(self, t0: u8x16) -> u8x16;
}

Required Methods

fn table_lookup_1(self, t0: u8x16) -> u8x16

Implementors