diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-03-15 11:40:46 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-03-15 11:40:46 +0100 |
| commit | f3b969b6991f154a1fde1ea6b4488320ed0b486f (patch) | |
| tree | d17fd525c8bcfed5dd218501214330262efb52c0 /src/zunsetup.c | |
| parent | Optimisations (diff) | |
| download | libzahl-f3b969b6991f154a1fde1ea6b4488320ed0b486f.tar.gz libzahl-f3b969b6991f154a1fde1ea6b4488320ed0b486f.tar.bz2 libzahl-f3b969b6991f154a1fde1ea6b4488320ed0b486f.tar.xz | |
Optimise zsetup, zgcd, zmul, and zsqr and add -flto
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/zunsetup.c')
| -rw-r--r-- | src/zunsetup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zunsetup.c b/src/zunsetup.c index 9926354..ba84dd7 100644 --- a/src/zunsetup.c +++ b/src/zunsetup.c @@ -8,7 +8,7 @@ zunsetup(void) size_t i; if (libzahl_set_up) { libzahl_set_up = 0; -#define X(x)\ +#define X(x, s)\ free(x->chars); LIST_TEMPS; #undef X |
