pub fn add_f32_into(a: &[f32], b: &[f32], out: &mut Vec<f32>)
a + b element-wise into out, which is cleared first.
a + b
out