Trait faer_core::SimdCtx

source ·
pub trait SimdCtx: Debug + Copy + Send + Sync + 'static + Default {
    // Required method
    fn dispatch<Op>(self, f: Op) -> <Op as WithSimd>::Output
       where Op: WithSimd;
}

Required Methods§

source

fn dispatch<Op>(self, f: Op) -> <Op as WithSimd>::Output
where Op: WithSimd,

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl SimdCtx for Arch

source§

fn dispatch<Op>(self, f: Op) -> <Op as WithSimd>::Output
where Op: WithSimd,

Implementors§