summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorNiels M?ller <nisse@lysator.liu.se>2013-03-26 09:01:06 +0100
committerNiels M?ller <nisse@lysator.liu.se>2013-03-26 09:01:06 +0100
commit30453e023ab2973f91e4c850d016e01357195dfd (patch)
tree5ad922e4ae0a8c323ee31808ee1c64697795a769 /gmp-h.in
parentb06ad1e4630232da3f9af0100769d7345ee01ab1 (diff)
downloadgmp-30453e023ab2973f91e4c850d016e01357195dfd.tar.gz
Make mpn_cnd_add_n and mpn_cnd_sub_n public.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/gmp-h.in b/gmp-h.in
index 4e95480a0..c925350cf 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -1626,6 +1626,11 @@ __GMP_DECLSPEC void mpn_copyd (mp_ptr, mp_srcptr, mp_size_t);
#define mpn_zero __MPN(zero)
__GMP_DECLSPEC void mpn_zero (mp_ptr, mp_size_t);
+#define mpn_cnd_add_n __MPN(cnd_add_n)
+__GMP_DECLSPEC mp_limb_t mpn_cnd_add_n (mp_limb_t, mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
+#define mpn_cnd_sub_n __MPN(cnd_sub_n)
+__GMP_DECLSPEC mp_limb_t mpn_cnd_sub_n (mp_limb_t, mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
+
/**************** mpz inlines ****************/
/* The following are provided as inlines where possible, but always exist as