[][src]Trait simdeez::SimdFloat

pub trait SimdFloat<T, U>: SimdBase<T, U> + Mul<T, Output = T> + Div<T, Output = T> + MulAssign<T> + DivAssign<T> { }

f32 and f64 share these constraints, grouping them here speeds up compile times considerably

Implementors

impl SimdFloat<F32x8, f32> for F32x8[src]

impl SimdFloat<F64x4, f64> for F64x4[src]

impl SimdFloat<F32x1, f32> for F32x1[src]

impl SimdFloat<F64x1, f64> for F64x1[src]

impl SimdFloat<F32x4, f32> for F32x4[src]

impl SimdFloat<F64x2, f64> for F64x2[src]

Loading content...