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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§