summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-09-15 15:27:21 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-09-15 15:27:21 +0000
commit652834029779115927c527c03938ce4c8e1ba342 (patch)
tree52c8db979a5ba893dc38e7deeb202d780b13c295 /TODO
parent32a2bd20b07a3b20b448770caf2ef4d6ed75d296 (diff)
downloadmpc-652834029779115927c527c03938ce4c8e1ba342.tar.gz
[TODO] added pointers for C99 and LIA3
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@168 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 4cad93c..d02dd78 100644
--- a/TODO
+++ b/TODO
@@ -28,6 +28,9 @@ New tests to add:
add_fr, add_ui, cmp, cmp_si_si, conj, div_2exp, div, div_fr, div_ui, exp,
fr_sub, log, mul, mul_fr, mul_i, mul_si, mul_ui, neg, norm, sqr, sub,
sub_fr, sub_ui, ui_div, and ui_ui_sub.
+ See Annex G of the C99 draft
+ (http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1124.pdf)
+ and check compatibility with LIA-3.
beware of intermediate overflows while the result may fit
(we need special code)
beware of strange specifications in C99, that we want to follow,