aboutsummaryrefslogtreecommitdiffstats
path: root/bench/benchmark.c
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/benchmark.c
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/benchmark.c')
-rw-r--r--bench/benchmark.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bench/benchmark.c b/bench/benchmark.c
index 6649958..27efee1 100644
--- a/bench/benchmark.c
+++ b/bench/benchmark.c
@@ -5,11 +5,12 @@
# include BENCHMARK_LIB
#else
# include "../zahl.h"
+# define BIGINT_LIBRARY "libzahl"
#endif
#ifndef CLOCK_MONOTONIC_RAW
-# define CLOCK_MONOTONIC_RAW CLOCK_MONOTONIC
+# define CLOCK_MONOTONIC_RAW CLOCK_MONOTONIC
#endif