summaryrefslogtreecommitdiff
path: root/doc/mpfr.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mpfr.texi')
-rw-r--r--doc/mpfr.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi
index d7e8cc79e..5f4673ae3 100644
--- a/doc/mpfr.texi
+++ b/doc/mpfr.texi
@@ -1032,9 +1032,8 @@ Note: For multithreaded applications, the allocator must be valid in
all threads where MPFR may be used; data allocated in one thread may
be reallocated and/or freed in some other thread.
-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
+MPFR internal data such as flags, the exponent range, the default precision,
+and the default rounding mode are either global (if MPFR has not been
compiled as thread safe) or per-thread (thread local storage, TLS)@.
The initial values of TLS data after a thread is created entirely
depend on the compiler and thread implementation (MPFR simply does