aboutsummaryrefslogtreecommitdiffstats
path: root/bench/libgmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench/libgmp.h')
-rw-r--r--bench/libgmp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/libgmp.h b/bench/libgmp.h
index 1ea6dcb..95a518d 100644
--- a/bench/libgmp.h
+++ b/bench/libgmp.h
@@ -6,6 +6,8 @@
#include <stdio.h>
#include <stdlib.h>
+#define BIGINT_LIBRARY "GMP"
+
typedef mpz_t z_t;
static z_t _0, _1, _a, _b;