Trait faer_entity::SimdCtx

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

Required Methods§

source

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

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl SimdCtx for Arch

source§

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

Implementors§