diff --git a/modules/juce_dsp/juce_dsp.h b/modules/juce_dsp/juce_dsp.h index 806c5a0109..8a5f3b9ded 100644 --- a/modules/juce_dsp/juce_dsp.h +++ b/modules/juce_dsp/juce_dsp.h @@ -85,7 +85,11 @@ #elif JUCE_ARM #ifndef JUCE_USE_SIMD - #define JUCE_USE_SIMD 1 + #if JUCE_USE_ARM_NEON + #define JUCE_USE_SIMD 1 + #else + #define JUCE_USE_SIMD 0 + #endif #endif #if JUCE_64BIT && JUCE_WINDOWS