summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-08-20 18:38:36 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-08-20 18:38:36 +0000
commit7e63319a08a5f588506db7ade303b901e5742691 (patch)
tree8d34d76057ae799cdd9fadbee738c2b3822644f2
parent0132022fca37d8e86f6ae4f606ebce8cab43f508 (diff)
downloadmpfr-7e63319a08a5f588506db7ade303b901e5742691.tar.gz
mpfr.texi: added a paragraph on MPFR internal data.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/2.3@5560 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--mpfr.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/mpfr.texi b/mpfr.texi
index 864e30fb9..336a2c184 100644
--- a/mpfr.texi
+++ b/mpfr.texi
@@ -796,6 +796,11 @@ At any time, the user can free the various caches with
terminating a thread, or before exiting when using tools like
@samp{valgrind} (to avoid memory leaks being reported).
+MPFR internal data such as flags, the exponent range, the default
+precision and rounding mode, and caches (i.e., data that are not
+accessed via parameters) are either global (if MPFR has not been
+compiled as thread safe) or per-thread (thread local storage).
+
@node MPFR Interface, Contributors, MPFR Basics, Top
@comment node-name, next, previous, up
@chapter MPFR Interface