diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2011-09-20 00:26:59 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2011-09-20 00:26:59 +0000 |
commit | 52914d12e4b18ac54bcc139d3cd70385c51a2600 (patch) | |
tree | 37737003eeac83f2ee2b7f82f9df33ab9ab8d86b /doc | |
parent | bd56a7278dc053fdc4e225412c25444701b4d3fe (diff) | |
download | mpfr-52914d12e4b18ac54bcc139d3cd70385c51a2600.tar.gz |
Added mpfr_buildopt_internals_p function.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7868 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpfr.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi index 3f3882d65..8bdb75842 100644 --- a/doc/mpfr.texi +++ b/doc/mpfr.texi @@ -2783,6 +2783,12 @@ is, MPFR was built with the @code{--enable-decimal-float} configure option), return zero otherwise. @end deftypefun +@deftypefun int mpfr_buildopt_internals_p (void) +Return a non-zero value if MPFR was compiled with GMP internals +(that is, MPFR was built with either @code{--with-gmp-build} or +@code{--enable-gmp-internals} configure option), return zero otherwise. +@end deftypefun + @deftypefun {const char *} mpfr_buildopt_tune_case (void) Return a string saying which thresholds file has been used at compile time. This file is normally selected from the processor type. @@ -3273,7 +3279,8 @@ MPFR version. @item @code{mpfr_buildopt_decimal_p} and @code{mpfr_buildopt_tls_p} in MPFR 3.0. -@item @code{mpfr_buildopt_tune_case} in MPFR 3.1. +@item @code{mpfr_buildopt_internals_p} and @code{mpfr_buildopt_tune_case} +in MPFR 3.1. @item @code{mpfr_clear_divby0} in MPFR 3.1 (new division-by-zero exception). |