Functions | |
| void | snapToZero (float &x) noexcept |
| Use this function to prevent denormals on intel CPUs. | |
| template<typename Type > | |
| void | snapToZero (SIMDRegister< Type > &) noexcept |
|
inlinenoexcept |
Use this function to prevent denormals on intel CPUs.
This function will work with both primitives and simple containers.
|
inlineprivatenoexcept |