summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-01-17 00:55:54 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-01-17 00:55:54 +0000
commit310c3c4d19bf1cc85f80fb52def9fc7f9a4a2686 (patch)
tree201ff97c16754d9c2100595f3fcf0a34d77da1e7 /TODO
parent0fa1f86cf585175542091eed353daed45feefe0b (diff)
downloadmpfr-310c3c4d19bf1cc85f80fb52def9fc7f9a4a2686.tar.gz
TODO update.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9827 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 785e8b324..1b8a04c42 100644
--- a/TODO
+++ b/TODO
@@ -537,6 +537,9 @@ Table of contents:
- add internal or public variants of some basic functions (+, -, *) with
mpz_t as the exponent for correctly rounded polynomials (like fmma),
in order to avoid internal overflow and underflow in extreme cases?
+ Alternatively, for fmma, modify add*.c and sub*.c code to define
+ mpfr_add_raw, which takes arrays of limbs and their precision, and the
+ positive exponent delta (as mpfr_uexp_t to be always representable).
##############################################################################