Trait pulp::WithSimd

source ·
pub trait WithSimd {
    type Output;

    fn with_simd<S: Simd>(self, simd: S) -> Self::Output;
}

Required Associated Types§

Required Methods§

Implementors§