summaryrefslogtreecommitdiff
path: root/mini-gmp/README
diff options
context:
space:
mode:
Diffstat (limited to 'mini-gmp/README')
-rw-r--r--mini-gmp/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/mini-gmp/README b/mini-gmp/README
index b02b8da71..fd54054c7 100644
--- a/mini-gmp/README
+++ b/mini-gmp/README
@@ -45,13 +45,6 @@ as specified in the GMP manual, with a few exceptions:
mpz_export and mpz_import support only NAILS = 0.
- The REALLOC_FUNC and FREE_FUNC registered with
- mp_set_memory_functions does not get the correct size of the
- allocated block in the corresponding argument. mini-gmp always
- passes zero for these rarely used arguments.
-
- When mpz_get_str allocates the block, it can be longer than needed.
-
The performance target for mini-gmp is to be at most 10 times slower
than the real GMP library, for numbers of size up to a few hundred
bits. No asymptotically fast algorithms are included in mini-gmp, so