pub fn or(left: &[f64], right: &[f64]) -> Vec<f64>
Logical OR operation (auto-selects SIMD or scalar)