|
|
@@ -166,13 +166,13 @@ |
|
|
|
#define JUCE_BIG_ENDIAN 1
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if defined (__LP64__) || defined (_LP64) || defined (__arm64__)
|
|
|
|
#if defined (__LP64__) || defined (_LP64) || defined (__arm64__) || defined (__aarch64__)
|
|
|
|
#define JUCE_64BIT 1
|
|
|
|
#else
|
|
|
|
#define JUCE_32BIT 1
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if defined (__arm__) || defined (__arm64__)
|
|
|
|
#if defined (__arm__) || defined (__arm64__) || defined (__aarch64__)
|
|
|
|
#define JUCE_ARM 1
|
|
|
|
#elif __MMX__ || __SSE__ || __amd64__
|
|
|
|
#define JUCE_INTEL 1
|
|
|
|