aboutsummaryrefslogtreecommitdiffstats
path: root/src/internals.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-03-03 12:23:39 +0100
committerMattias Andrée <maandree@kth.se>2016-03-03 12:23:39 +0100
commit56680b5fa737dd7aa1cd7446cad62f5b1da2235c (patch)
tree92912205f68eb7f64e3622dbae4f0512921c4995 /src/internals.h
parentOptimise zpow and zmodpow (diff)
downloadlibzahl-56680b5fa737dd7aa1cd7446cad62f5b1da2235c.tar.gz
libzahl-56680b5fa737dd7aa1cd7446cad62f5b1da2235c.tar.bz2
libzahl-56680b5fa737dd7aa1cd7446cad62f5b1da2235c.tar.xz
Add zdivmod
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/internals.h')
-rw-r--r--src/internals.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/internals.h b/src/internals.h
index 44b6214..db45a3b 100644
--- a/src/internals.h
+++ b/src/internals.h
@@ -23,7 +23,11 @@
X(libzahl_tmp_pow_b)\
X(libzahl_tmp_pow_c)\
X(libzahl_tmp_pow_d)\
- X(libzahl_tmp_modsqr)
+ X(libzahl_tmp_modsqr)\
+ X(libzahl_tmp_divmod_a)\
+ X(libzahl_tmp_divmod_b)\
+ X(libzahl_tmp_divmod_d)\
+ X(libzahl_tmp_divmod_e)
#define LIST_CONSTS\
X(libzahl_const_1e19, zsetu, 10000000000000000000ULL) /* The largest power of 10 < 2⁶⁴. */\