aboutsummaryrefslogtreecommitdiffstats
path: root/src/internals.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-03-05 20:42:34 +0100
committerMattias Andrée <maandree@kth.se>2016-03-05 20:42:34 +0100
commit64157e1d0e47a8b4e34817d77325fa09e1250b5f (patch)
treebc5ae2db359123d71f964181bd3089560f117932 /src/internals.h
parentFix bugs and add a randomised testing (diff)
downloadlibzahl-64157e1d0e47a8b4e34817d77325fa09e1250b5f.tar.gz
libzahl-64157e1d0e47a8b4e34817d77325fa09e1250b5f.tar.bz2
libzahl-64157e1d0e47a8b4e34817d77325fa09e1250b5f.tar.xz
Improve zsub, only copy to temp when necessary
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 9f276db..5c0ac32 100644
--- a/src/internals.h
+++ b/src/internals.h
@@ -21,6 +21,7 @@
X(libzahl_tmp_str_rem)\
X(libzahl_tmp_gcd_u)\
X(libzahl_tmp_gcd_v)\
+ X(libzahl_tmp_sub)\
X(libzahl_tmp_modmul)\
X(libzahl_tmp_div)\
X(libzahl_tmp_mod)\