summaryrefslogtreecommitdiffstats
path: root/libtommath
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-12 11:49:53 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-12 11:49:53 (GMT)
commitfcdb9b937d46cb127318a77be883fb3f6844d643 (patch)
treee552b4ab20131487703663e50fb31f1b85822ff9 /libtommath
parent740a200b9184c6f999d0dfdc8e78e8009c01bd7c (diff)
parentd80bd759964215327fa921af3dcc3da894d2ecb3 (diff)
downloadtcl-fcdb9b937d46cb127318a77be883fb3f6844d643.zip
tcl-fcdb9b937d46cb127318a77be883fb3f6844d643.tar.gz
tcl-fcdb9b937d46cb127318a77be883fb3f6844d643.tar.bz2
Merge 8.6
Diffstat (limited to 'libtommath')
-rw-r--r--libtommath/tommath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/tommath.h b/libtommath/tommath.h
index 5834a89..1094641 100644
--- a/libtommath/tommath.h
+++ b/libtommath/tommath.h
@@ -38,7 +38,7 @@ extern "C" {
#endif
/* detect 64-bit mode if possible */
-#if defined(__x86_64__) || defined(_M_X64) || defined(_M_AMD64) || \
+#if defined(__x86_64__) || defined(_M_X64) || defined(_M_AMD64) || defined(_M_ARM64) || \
defined(__powerpc64__) || defined(__ppc64__) || defined(__PPC64__) || \
defined(__s390x__) || defined(__arch64__) || defined(__aarch64__) || \
defined(__sparcv9) || defined(__sparc_v9__) || defined(__sparc64__) || \