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.
1 parent 9ba1623 commit 01fdcccCopy full SHA for 01fdccc
lisp/c/eus.h
@@ -9,7 +9,7 @@
9
/****************************************************************/
10
11
12
-#if (alpha || IRIX6 || x86_64 || aarch64)
+#if (__SIZEOF_SIZE_T__ == 8) || (alpha || IRIX6 || x86_64 || aarch64 || ppc64le)
13
#define WORD_SIZE 64
14
#else
15
#define WORD_SIZE 32
0 commit comments