aboutsummaryrefslogtreecommitdiffstats
path: root/src/internals.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-03-03 13:59:54 +0100
committerMattias Andrée <maandree@kth.se>2016-03-03 13:59:54 +0100
commitb9debec106f2ac6e15d6dff88260f133d9eafcb2 (patch)
treeaafc28af25f9baad99305312625bf3805fb54c24 /src/internals.h
parentOptimise zdivmod (diff)
downloadlibzahl-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.h1
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;