From 4bba6e7176632b4d760ba9362a1515552471d741 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 29 Apr 2016 21:54:39 +0200 Subject: Some optimisations, fix refsheet, and disable const/pure attributes in gmp in benchmark MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/zmul.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/zmul.c') diff --git a/src/zmul.c b/src/zmul.c index 6ea6d21..3129061 100644 --- a/src/zmul.c +++ b/src/zmul.c @@ -53,8 +53,8 @@ zmul_impl(z_t a, z_t b, z_t c) zinit_temp(c_high); zinit_temp(c_low); - zsplit(b_high, b_low, b, m2); - zsplit(c_high, c_low, c, m2); + zsplit_pz(b_high, b_low, b, m2); + zsplit_pz(c_high, c_low, c, m2); zmul_impl(z0, b_low, c_low); -- cgit v1.2.3-70-g09d2