pub fn elementwise_div<T: SimdOps>( a: &[T], b: &[T], out: &mut [T], ) -> Result<(), SimdError>
Computes the elementwise quotient of two slices and writes to out.
out