diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-03-05 20:42:34 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-03-05 20:42:34 +0100 |
| commit | 64157e1d0e47a8b4e34817d77325fa09e1250b5f (patch) | |
| tree | bc5ae2db359123d71f964181bd3089560f117932 /src/internals.h | |
| parent | Fix bugs and add a randomised testing (diff) | |
| download | libzahl-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.h | 1 |
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)\ |
