pub fn flush_denormals_to_zero()
Expand description

Sets a CPU sse flag to flush denormal floating point numbers to zero. The opposite of this is keep_denormals().

Some resources:

  1. Effects of Flush-To-Zero mode
  2. When to use Flush-To-Zero mode