Trait simdeez::SimdSmallInt[][src]

pub trait SimdSmallInt<T, U>: SimdBase<T, U> + Mul<T, Output = T> + MulAssign<T> + Not<Output = T> + Shl<i32, Output = T> + ShlAssign<i32> + Shr<i32, Output = T> + ShrAssign<i32> { }

16 and 32 bit int types share all of these constraints, grouping them here speeds up compile times considerably

Implementors

Loading content...