pub fn enable_flush_denormals_to_zero()Expand description
Enables Flush-to-Zero (FTZ) and Denormals-Are-Zero (DAZ) on x86/x86_64, or flush-to-zero on aarch64. This prevents subnormal floating-point numbers from causing severe performance degradation in audio DSP code.