pub fn simd_op<L, R, S, T, U, A>(schema: &S, arch: A, x: T, y: U) -> S::Returnwhere
A: Architecture,
T: AsUnaligned<Element = L>,
U: AsUnaligned<Element = R>,
S: SIMDSchema<L, R, A>,Expand description
A SIMD executor for binary ops using the provided SIMDSchema.
ยงPanics
Panics if x.len() != y.len().