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

Minor update for arm64 detection.

This commit is contained in:
jules 2014-05-08 17:13:28 +01:00
parent f57cd7bafd
commit b6c5194f93

View file

@ -161,7 +161,7 @@
#define JUCE_32BIT 1
#endif
#ifdef __arm__
#if defined (__arm__) || defined (__arm64__)
#define JUCE_ARM 1
#elif __MMX__ || __SSE__ || __amd64__
#define JUCE_INTEL 1