summaryrefslogtreecommitdiffstats
path: root/libtommath
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-12 11:50:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-12 11:50:46 (GMT)
commit72cbea158c57a14352475927c987183fd327867c (patch)
treefba0fa617b22596f52f0717c07d933aae2e3cc6b /libtommath
parent6f3d1fca00e9607d626afdd28dc3757f05f0c9bb (diff)
parentfcdb9b937d46cb127318a77be883fb3f6844d643 (diff)
downloadtcl-72cbea158c57a14352475927c987183fd327867c.zip
tcl-72cbea158c57a14352475927c987183fd327867c.tar.gz
tcl-72cbea158c57a14352475927c987183fd327867c.tar.bz2
Merge 8.7
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__) || \