diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-03-03 13:59:54 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-03-03 13:59:54 +0100 |
| commit | b9debec106f2ac6e15d6dff88260f133d9eafcb2 (patch) | |
| tree | aafc28af25f9baad99305312625bf3805fb54c24 /src/internals.h | |
| parent | Optimise zdivmod (diff) | |
| download | libzahl-b9debec106f2ac6e15d6dff88260f133d9eafcb2.tar.gz libzahl-b9debec106f2ac6e15d6dff88260f133d9eafcb2.tar.bz2 libzahl-b9debec106f2ac6e15d6dff88260f133d9eafcb2.tar.xz | |
Optimised zdivmod
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/internals.h')
| -rw-r--r-- | src/internals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internals.h b/src/internals.h index 89d98e1..2ab5cc7 100644 --- a/src/internals.h +++ b/src/internals.h @@ -39,6 +39,7 @@ LIST_TEMPS LIST_CONSTS #undef X +extern z_t libzahl_tmp_divmod_ds[BITS_PER_CHAR]; extern jmp_buf libzahl_jmp_buf; extern int libzahl_set_up; |
