Skip to content

Commit

Permalink
Add __aarch64__ support
Browse files Browse the repository at this point in the history
  • Loading branch information
mmxsrup committed Aug 8, 2023
1 parent 7d8e61f commit d8754e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rp/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define ARCH_X86
#elif defined(__amd64__) || defined(_M_X64)
#define ARCH_X64
#elif defined(__arm64__)
#elif defined(__arm64__) || defined(__aarch64__)
#define ARCH_ARM64
#else
#error Platform not supported.
Expand Down

0 comments on commit d8754e5

Please sign in to comment.