Function dfdx::keep_denormals

source ·
pub fn keep_denormals()
Expand description

Sets a CPU flag to keep denormal floating point numbers. The opposite of this is flush_denormals_to_zero().

Some resources:

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