JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_FloatVectorOperations.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Macros

#define JUCE_SNAP_TO_ZERO(n)   if (! (n < -1.0e-8f || n > 1.0e-8f)) n = 0;
 

Macro Definition Documentation

◆ JUCE_SNAP_TO_ZERO

#define JUCE_SNAP_TO_ZERO (   n)    if (! (n < -1.0e-8f || n > 1.0e-8f)) n = 0;