summaryrefslogtreecommitdiffstats
path: root/mpi/mpi-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/mpi-types.h')
-rw-r--r--mpi/mpi-types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mpi/mpi-types.h b/mpi/mpi-types.h
index 5d9f21d9..a55174fb 100644
--- a/mpi/mpi-types.h
+++ b/mpi/mpi-types.h
@@ -54,4 +54,7 @@ typedef int mp_err;
#define MP_WORD_BIT convert(mp_size, CHAR_BIT*sizeof(mp_word))
#define MP_WORD_MAX convert(mp_word, -1)
+#define MP_MAX_BITS (MP_SIZE_MAX - 1)
+#define MP_MAX_DIGITS (MP_MAX_BITS / MP_DIGIT_BIT)
+
#define RADIX (convert(mp_word, MP_DIGIT_MAX) + 1)