diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-04-24 00:41:07 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-04-24 00:41:07 +0200 |
| commit | d0788650ecb3f38f4e20f9a71f449980258d3112 (patch) | |
| tree | 65404fd1b04676450a0634460d0f48d71f5b3a76 /bench/benchmark.c | |
| parent | Add support for benchmark against hebimath (diff) | |
| download | libzahl-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.c | 3 |
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 |
