We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f7878c + 07bfd34 commit 8ec465dCopy full SHA for 8ec465d
src/include/janet.h
@@ -147,6 +147,7 @@ extern "C" {
147
|| defined(__s390x__) /* S390 64-bit */ \
148
|| defined(__s390__) /* S390 32-bit */ \
149
|| defined(__ARMEB__) /* ARM big endian */ \
150
+ || defined(__AARCH64EB__) /* ARM64 big endian */ \
151
|| ((defined(__CC_ARM) || defined(__ARMCC__)) /* ARM RealView compiler */ \
152
&& defined(__BIG_ENDIAN))
153
#define JANET_BIG_ENDIAN 1
0 commit comments