summaryrefslogtreecommitdiff
path: root/mpfr-impl.h
diff options
context:
space:
mode:
authorpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-03-07 11:40:39 +0000
committerpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-03-07 11:40:39 +0000
commit521e97255c79f994149ca11670025c620b903705 (patch)
tree683c362f13e3593ba4143091a34205f92b82b958 /mpfr-impl.h
parentca8aadf5c9ea5351151e8c7425d27388a4d7e5dc (diff)
downloadmpfr-521e97255c79f994149ca11670025c620b903705.tar.gz
Add tune for mpfr_mulhigh
Add --with-mulhigh-size option at configure time. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3363 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr-impl.h')
-rw-r--r--mpfr-impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mpfr-impl.h b/mpfr-impl.h
index 79fbcdba2..636a9f09e 100644
--- a/mpfr-impl.h
+++ b/mpfr-impl.h
@@ -1286,7 +1286,8 @@ __MPFR_DECLSPEC int mpfr_const_pi_internal _MPFR_PROTO ((mpfr_ptr,mp_rnd_t));
__MPFR_DECLSPEC int mpfr_const_log2_internal _MPFR_PROTO((mpfr_ptr,mp_rnd_t));
__MPFR_DECLSPEC int mpfr_const_euler_internal _MPFR_PROTO((mpfr_ptr,
mp_rnd_t));
-
+__MPFR_DECLSPEC void mpfr_mulhigh_n _MPFR_PROTO ((mp_ptr, mp_srcptr,
+ mp_srcptr, mp_size_t));
#if defined (__cplusplus)
}
#endif