summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-03-10 00:34:57 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-03-10 00:34:57 +0000
commitef799fef0f28e4c961d983d338e89e8eea6c3cc3 (patch)
tree84e42b22c15080865be4fb1dcf1d419edf3d746e /TODO
parentf5287a69ee2fd1f00a7213f08c552e7262d512ca (diff)
downloadmpfr-ef799fef0f28e4c961d983d338e89e8eea6c3cc3.tar.gz
Added a TODO item concerning gmp_op.c functions with mpz_srcptr and
the use of mpz_fits_slong_p and a mpfr_*_si function (see r8992). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8998 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 465cb7a83..970d8c648 100644
--- a/TODO
+++ b/TODO
@@ -377,6 +377,9 @@ Table of contents:
cases. The mpfr_{add,sub}_{d,ui} functions should automatically benefit
from this change.
+- in gmp_op.c, for functions with mpz_srcptr, check whether mpz_fits_slong_p
+ is really useful in all cases (see TODO in this file).
+
##############################################################################
6. Miscellaneous
##############################################################################