Trait packed_simd::SimdVector
source · pub trait SimdVector: Seal {
type Element;
type LanesType;
const LANES: usize;
}Expand description
This trait is implemented by all SIMD vector types.
pub trait SimdVector: Seal {
type Element;
type LanesType;
const LANES: usize;
}This trait is implemented by all SIMD vector types.