Skip to main content

enable_flush_denormals_to_zero

Function enable_flush_denormals_to_zero 

Source
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.