pub trait Simd8: NativeType {
type Simd: Simd8Lanes<Self>;
}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
pub trait Simd8: NativeType {
type Simd: Simd8Lanes<Self>;
}NativeType that supports a representation of 8 lanes
The 8 lane representation of Self