pub fn simd_clamp_8(x: [f64; 8], min: f64, max: f64) -> [f64; 8]
Vectorized clamp operation using vector SIMD
Clamps all 8 values to range [min, max]