summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Enge <andreas.enge@inria.fr>2011-09-02 12:41:35 +0000
committerAndreas Enge <andreas.enge@inria.fr>2011-09-02 12:41:35 +0000
commit48b5e7fcec0a60ec7b8ce443e4a05847c1b7cd8f (patch)
treeee86d00fbf2b5e263d055c37a31eb326902e315d /TODO
parent7b9780cdc8920222105c873415ecd0361293bb61 (diff)
downloadmpc-git-48b5e7fcec0a60ec7b8ce443e4a05847c1b7cd8f.tar.gz
norm.c: rewritten to handle all cases of over- and underflow and to obtain a
correct ternary return value norm.dat: new tests with over- and underflow mpc-impl.h: added macro MPC_MIN BUGS, TODO, mpc.texi updated to reflect these changes git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@1071 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index a161112..82f5fce 100644
--- a/TODO
+++ b/TODO
@@ -3,7 +3,7 @@ return the exact ternary value in mpc_div:
- for directed rounding modes it is easy (assuming we are able to detect
exact cases)
- rounding to nearest to n bits is equivalent to directed rounding to n+1 bits
-Also for mpc_norm and mpc_abs.
+Also for mpc_abs.
From Andreas Enge 31 August 2011:
implement mul_karatsuba with three multiplications at precision around p,
@@ -16,6 +16,8 @@ rewrite fma more efficiently to work with lower (close to target) precision
From Andreas Enge 30 August 2011:
As soon as dependent on mpfr>=3, remove auxiliary functions from
get_version.c and update mpc.h.
+Use MPFR_RND? instead of GMP_RND?, and remove workarounds for MPFR_RNDA from
+mpc-impl.h.
Bench:
- from Andreas Enge 9 June 2009: