From 56680b5fa737dd7aa1cd7446cad62f5b1da2235c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 3 Mar 2016 12:23:39 +0100 Subject: Add 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/internals.h') diff --git a/src/internals.h b/src/internals.h index 44b6214..db45a3b 100644 --- a/src/internals.h +++ b/src/internals.h @@ -23,7 +23,11 @@ X(libzahl_tmp_pow_b)\ X(libzahl_tmp_pow_c)\ X(libzahl_tmp_pow_d)\ - X(libzahl_tmp_modsqr) + X(libzahl_tmp_modsqr)\ + X(libzahl_tmp_divmod_a)\ + X(libzahl_tmp_divmod_b)\ + X(libzahl_tmp_divmod_d)\ + X(libzahl_tmp_divmod_e) #define LIST_CONSTS\ X(libzahl_const_1e19, zsetu, 10000000000000000000ULL) /* The largest power of 10 < 2⁶⁴. */\ -- cgit v1.2.3-70-g09d2