summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2014-01-22 10:21:59 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2014-01-22 10:21:59 +0000
commit1caacc5971ea0d1cf11f709558b45ed919f239d3 (patch)
tree4c437c9f589c22c8809f5a666485cd978b492ff9 /TODO
parentbaf31cba7f1b463ec7b7b6ba8a1e1b03c74ef3a9 (diff)
downloadmpfr-1caacc5971ea0d1cf11f709558b45ed919f239d3.tar.gz
removed two items done
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8846 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 9c71f3132..8645c5aec 100644
--- a/TODO
+++ b/TODO
@@ -260,8 +260,6 @@ Table of contents:
##############################################################################
- improve mpfr_grandom using the algorithm in http://arxiv.org/abs/1303.6257
-- in mpfr_log1p, use the series of log(1+x) when x is small, but not small
- enough so that the approximation log(1+x) = x + O(x^2) suffices
- use the src/x86_64/corei5/mparam.h file once GMP recognizes correctly the
Core i5 processors (note that gcc -mtune=native gives __tune_corei7__
and not __tune_corei5__ on those processors)
@@ -288,7 +286,6 @@ Table of contents:
mpz_root 0.036 0.072 0.476 7.628
mpfr_mpz_root 0.004 0.004 0.036 12.20
See also mail from Carl Witty on mpfr list, 09 Oct 2007.
-- implement Mulders algorithm for squaring and division
- for sparse input (say x=1 with 2 bits), mpfr_exp is not faster than for
full precision when precision <= MPFR_EXP_THRESHOLD. The reason is
that argument reduction kills sparsity. Maybe avoid argument reduction