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

pub trait Aarch64I8x16 {
    fn table_lookup_1(self, t0: i8x16) -> i8x16;
}

Required Methods

Implementors