pub trait Simd: NativeType {
type Simd: NativeSimd<Native = Self>;
}
Expand description
Trait implemented by some NativeType
that have a SIMD representation.
Associated Types
type Simd: NativeSimd<Native = Self>
type Simd: NativeSimd<Native = Self>
The SIMD type associated with this trait. This type supports SIMD operations