fn unrolled_dot_1(xs: &[f32], ys: &ZeroSlice<f32>) -> f32
Compute the dot product of an aligned and an unaligned f32 slice.
xs and ys must be the same length
xs
ys
(Based on ndarray 0.15.6)