aboutsummaryrefslogtreecommitdiffstats
path: root/bench/libtommath.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-04-24 00:41:07 +0200
committerMattias Andrée <maandree@kth.se>2016-04-24 00:41:07 +0200
commitd0788650ecb3f38f4e20f9a71f449980258d3112 (patch)
tree65404fd1b04676450a0634460d0f48d71f5b3a76 /bench/libtommath.h
parentAdd support for benchmark against hebimath (diff)
downloadlibzahl-d0788650ecb3f38f4e20f9a71f449980258d3112.tar.gz
libzahl-d0788650ecb3f38f4e20f9a71f449980258d3112.tar.bz2
libzahl-d0788650ecb3f38f4e20f9a71f449980258d3112.tar.xz
bench/benchmark-func.c
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'bench/libtommath.h')
-rw-r--r--bench/libtommath.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/libtommath.h b/bench/libtommath.h
index 25da3ff..1867bdb 100644
--- a/bench/libtommath.h
+++ b/bench/libtommath.h
@@ -5,6 +5,8 @@
#include <stdint.h>
#include <stdio.h>
+#define BIGINT_LIBRARY "libtommath"
+
typedef mp_int z_t[1];
static z_t _0, _1, _a, _b;