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:
parent
f57cd7bafd
commit
b6c5194f93
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue