pub fn lte(left: &[f64], right: &[f64]) -> Vec<f64>
Less-than-or-equal comparison (auto-selects SIMD or scalar)