From 6cc727a4a17c6b037f665433cc47b37aa926b92b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 3 Mar 2016 12:52:25 +0100 Subject: Optimise zdivmod MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/internals.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/internals.h') diff --git a/src/internals.h b/src/internals.h index db45a3b..89d98e1 100644 --- a/src/internals.h +++ b/src/internals.h @@ -26,8 +26,7 @@ X(libzahl_tmp_modsqr)\ X(libzahl_tmp_divmod_a)\ X(libzahl_tmp_divmod_b)\ - X(libzahl_tmp_divmod_d)\ - X(libzahl_tmp_divmod_e) + X(libzahl_tmp_divmod_d) #define LIST_CONSTS\ X(libzahl_const_1e19, zsetu, 10000000000000000000ULL) /* The largest power of 10 < 2⁶⁴. */\ -- cgit v1.2.3-70-g09d2