pub trait Simd8: NativeType {
    type Simd: Simd8Lanes<Self>;
}
Available on crate feature compute_comparison only.
Expand description

NativeType that supports a representation of 8 lanes

Required Associated Types

The 8 lane representation of Self

Implementations on Foreign Types

Implementors