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/libtfm.h | |
| 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/libtfm.h')
| -rw-r--r-- | bench/libtfm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/libtfm.h b/bench/libtfm.h index 3c9f85f..00e175f 100644 --- a/bench/libtfm.h +++ b/bench/libtfm.h @@ -5,6 +5,8 @@ #include <stdint.h> #include <stdio.h> +#define BIGINT_LIBRARY "TomsFastMath" + typedef fp_int z_t[1]; static z_t _0, _1, _a, _b; |
