Functions | |
void | snapToZero (float &x) noexcept |
Use this function to prevent denormals on intel CPUs. More... | |
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.
References JUCE_SNAP_TO_ZERO, and juce::gl::x.
|
inlinenoexcept |