From 9d1623c88b8af728d631ccfe19a4626b3ab3a663 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Mon, 5 Dec 2011 21:44:21 +0100 Subject: Clean up some tasks, file is still severely outdated. --- doc/tasks.html | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/doc/tasks.html b/doc/tasks.html index dc5a5361f..da4dfe014 100644 --- a/doc/tasks.html +++ b/doc/tasks.html @@ -37,7 +37,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
- This file current as of 3 Mar 2011. An up-to-date version is available at + This file current as of 5 Dec 2011. An up-to-date version is available at http://gmplib.org/tasks.html. Please send comments about this page to gmp-devel@gmplib.org. @@ -62,13 +62,6 @@ either already been taken care of, or have become irrelevant. _mpz_realloc with a small (1 limb) size.
  • One reuse case is missing from mpX/tests/reuse.c: mpz_XXX(a,a,a). -
  • When printing mpf_t numbers with exponents >2^53 on - machines with 64-bit mp_exp_t, the precision of - __mp_bases[base].chars_per_bit_exactly is insufficient and - mpf_get_str aborts. Detect and compensate. Alternately, - think seriously about using some sort of fixed-point integer value. - Avoiding unnecessary floating point is probably a good thing in general, - and it might be faster on some CPUs.
  • Make the string reading functions allow the `0x' prefix when the base is explicitly 16. They currently only allow that prefix when the base is unspecified (zero). -- cgit v1.2.1