Function flush_denormal_f64

Source
pub fn flush_denormal_f64(x: f64) -> f64
Expand description

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.