Loading...
Searching...
No Matches
Go to the documentation of this file.
52#define JUCE_AUDIO_BASICS_H_INCLUDED
61#if JUCE_MINGW && ! defined (__SSE2__)
62 #define JUCE_USE_SSE_INTRINSICS 0
65#ifndef JUCE_USE_SSE_INTRINSICS
66 #define JUCE_USE_SSE_INTRINSICS 1
70 #undef JUCE_USE_SSE_INTRINSICS
73#if __ARM_NEON__ && ! (JUCE_USE_VDSP_FRAMEWORK || defined (JUCE_USE_ARM_NEON))
74 #define JUCE_USE_ARM_NEON 1
77#if TARGET_IPHONE_SIMULATOR
78 #ifdef JUCE_USE_ARM_NEON
79 #undef JUCE_USE_ARM_NEON
81 #define JUCE_USE_ARM_NEON 0