JUCE
|
Classes | |
class | juce::FloatVectorOperations |
A collection of simple vector operations on arrays of floats, accelerated with SIMD instructions where possible. More... | |
class | juce::ScopedNoDenormals |
Helper class providing an RAII-based mechanism for temporarily disabling denormals on your CPU. More... | |
Namespaces | |
juce | |
Classes for IIR filter processing. | |
Macros | |
#define | JUCE_SNAP_TO_ZERO(n) ignoreUnused (n) |
#define JUCE_SNAP_TO_ZERO | ( | n | ) | ignoreUnused (n) |
Referenced by juce::dsp::util::snapToZero().