From f3b969b6991f154a1fde1ea6b4488320ed0b486f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 15 Mar 2016 11:40:46 +0100 Subject: Optimise zsetup, zgcd, zmul, and zsqr and add -flto MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/zunsetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zunsetup.c') 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 -- cgit v1.2.3-70-g09d2