summaryrefslogtreecommitdiff
path: root/src/mpfr-impl.h
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2016-12-30 14:25:47 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2016-12-30 14:25:47 +0000
commit89e194426e772e68d79c401aaa86e186141cb8f3 (patch)
tree1ea5cad4190ffa9bfa8c7b84adca35e3cf09fb37 /src/mpfr-impl.h
parentb0869ce6a6b21e9a9569381f9b383250b4298a63 (diff)
downloadmpfr-89e194426e772e68d79c401aaa86e186141cb8f3.tar.gz
[src/div.c] further improvement in mpfr_div_1()
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11109 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/mpfr-impl.h')
-rw-r--r--src/mpfr-impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mpfr-impl.h b/src/mpfr-impl.h
index ad293b335..e5b747ddb 100644
--- a/src/mpfr-impl.h
+++ b/src/mpfr-impl.h
@@ -2113,6 +2113,7 @@ __MPFR_DECLSPEC unsigned long __gmpfr_isqrt (unsigned long);
__MPFR_DECLSPEC unsigned long __gmpfr_cuberoot (unsigned long);
__MPFR_DECLSPEC int __gmpfr_int_ceil_log2 (unsigned long);
__MPFR_DECLSPEC mp_limb_t __gmpfr_invert_limb (mp_limb_t);
+__MPFR_DECLSPEC mp_limb_t __gmpfr_invert_limb_approx (mp_limb_t);
__MPFR_DECLSPEC mpfr_exp_t mpfr_ceil_mul (mpfr_exp_t, int, int);