pub fn safe_divide_f64x4(a: f64x4, b: f64x4) -> f64x4Expand description
Safe division that returns NaN for invalid operations (0/0, x/0, NaN/x, x/NaN)
pub fn safe_divide_f64x4(a: f64x4, b: f64x4) -> f64x4Safe division that returns NaN for invalid operations (0/0, x/0, NaN/x, x/NaN)