vsimd

Trait SIMD64

source
pub unsafe trait SIMD64: InstructionSet {
    // Provided method
    fn u8x8_unzip_even(self, a: V64, b: V64) -> V64 { ... }
}

Provided Methods§

source

fn u8x8_unzip_even(self, a: V64, b: V64) -> V64

Object Safety§

This trait is not object safe.

Implementors§