diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-03-15 22:41:57 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-03-15 22:41:57 +0100 |
| commit | fa13d0214f2d81cc0ef9dcb296c7b084f2d303ff (patch) | |
| tree | c80cd5b4fc76f0a8e1762c344454a565abb050b4 /src/internals.h | |
| parent | Optimise zsqr, and optimise zmul a little (diff) | |
| download | libzahl-fa13d0214f2d81cc0ef9dcb296c7b084f2d303ff.tar.gz libzahl-fa13d0214f2d81cc0ef9dcb296c7b084f2d303ff.tar.bz2 libzahl-fa13d0214f2d81cc0ef9dcb296c7b084f2d303ff.tar.xz | |
Remove unnecessary trim
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | src/internals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/internals.h b/src/internals.h index bcb4c3f..da8ce0c 100644 --- a/src/internals.h +++ b/src/internals.h @@ -244,7 +244,6 @@ zsplit_fast_large_taint(z_t high, z_t low, z_t a, size_t n) low->used = n; low->chars = a->chars; TRIM_AND_ZERO(low); - TRIM_AND_ZERO(high); } static inline void |
