1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00

Added a ScopedNoDenormal class to temporarily disable denormals

This commit is contained in:
hogliux 2017-09-12 10:46:36 +01:00
parent 71d10e750a
commit e2c8e30d72
10 changed files with 73 additions and 5 deletions

View file

@ -130,6 +130,10 @@
//#define JUCE_FORCE_USE_LEGACY_PARAM_IDS 1
#endif
#ifndef JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE
//#define JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE 1
#endif
#ifndef JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS
//#define JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS 1
#endif
@ -214,6 +218,10 @@
//#define JUCE_DSP_USE_STATIC_FFTW 1
#endif
#ifndef JUCE_DSP_ENABLE_SNAP_TO_ZERO
#define JUCE_DSP_ENABLE_SNAP_TO_ZERO 0
#endif
//==============================================================================
// juce_events flags: