Added detection for MIPS64 with n32 ABI.
authorThomas Pornin <pornin@bolet.org>
Thu, 3 Jan 2019 19:11:12 +0000 (20:11 +0100)
committerThomas Pornin <pornin@bolet.org>
Thu, 3 Jan 2019 19:11:12 +0000 (20:11 +0100)
src/inner.h

index 21d996e..986220f 100644 (file)
 #define BR_64   1
 #elif defined(__aarch64__) || defined(_M_ARM64)
 #define BR_64   1
+#elif defined(__mips64)
+#define BR_64   1
 #endif
 #endif