pub fn flush_denormal_f64(x: f64) -> f64
Flush a denormal f64 value to zero.
Values with absolute value below the threshold are replaced with zero to prevent CPU slowdowns from denormalized float handling.