summaryrefslogtreecommitdiff
path: root/doc/mini-gmp
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-09-16 13:08:00 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-09-16 13:08:00 +0000
commit23c2760e0495324c04e7553f284401dffa181a98 (patch)
tree44ef8d43aa606ac106da1db6721a350b12f545fa /doc/mini-gmp
parentb177a04d7e22caf0ffc8f3b957e7a36a0bf70939 (diff)
downloadmpfr-23c2760e0495324c04e7553f284401dffa181a98.tar.gz
[doc/mini-gmp] Say that the build with mini-gmp may require ISO C99+
features (as "long long" is currently needed by src/get_ld.c in the case GMP_NUMB_BITS == 8). git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14131 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc/mini-gmp')
-rw-r--r--doc/mini-gmp2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/mini-gmp b/doc/mini-gmp
index 7e66f23a5..3136d996b 100644
--- a/doc/mini-gmp
+++ b/doc/mini-gmp
@@ -31,6 +31,8 @@ use the standard rand() function, thus one should avoid mini-gmp if one
needs some really serious random functions. Another consequence is that
these functions may not be thread-safe.
+The build with mini-gmp may require ISO C99+ features, such as "long long".
+
This was tested with MPFR svn r13974 and GMP 6.2.0 on x86_64 GNU/Linux:
============================================================================
Testsuite summary for MPFR 4.1.0-dev