Trait vectoreyes::SimdBase64
source · [−]pub trait SimdBase64: SimdBasewhere
Self::Scalar: Scalar<Unsigned = u64, Signed = i64>,{
fn mul_lo(&self, other: Self) -> Self;
}
Expand description
A vector containing 64-bit values.
pub trait SimdBase64: SimdBasewhere
Self::Scalar: Scalar<Unsigned = u64, Signed = i64>,{
fn mul_lo(&self, other: Self) -> Self;
}
A vector containing 64-bit values.