summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-09-17 09:30:19 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-09-17 09:30:19 +0000
commit8d0965e56dfd82c96f8cdd00c0b9cb88118f94e6 (patch)
treed48e61a6f38c31656e5725d2d303b518ae43cd04
parente3dc2e86e8124d3046ab80025815c2ed66b46572 (diff)
downloadmpfr-8d0965e56dfd82c96f8cdd00c0b9cb88118f94e6.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). (merged changeset r14131 from the trunk) git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/branches/4.1@14135 280ebfd0-de03-0410-8827-d642c229c3f4
-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