pub trait Simd8: NativeType {
type Simd: Simd8Lanes<Self>;
}This is supported on crate feature
compute_comparison only.Expand description
NativeType that supports a representation of 8 lanes
Associated Types
type Simd: Simd8Lanes<Self>
type Simd: Simd8Lanes<Self>
The 8 lane representation of Self