Skip to main content

simd_op

Function simd_op 

Source
pub fn simd_op<L, R, S, T, U, A>(schema: &S, arch: A, x: T, y: U) -> S::Return
where A: Architecture, T: AsRef<[L]>, U: AsRef<[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().