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