Function safe_divide_f64x4

Source
pub fn safe_divide_f64x4(a: f64x4, b: f64x4) -> f64x4
Expand description

Safe division that returns NaN for invalid operations (0/0, x/0, NaN/x, x/NaN)