summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-05-09 08:25:17 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-05-09 08:25:17 +0000
commitcab9cdeef9e4e4365041b2e48763cfbbbde67446 (patch)
treebf7dcc46707e259f20a9f7e40d48fdb3ebd80347 /TODO
parent422a7e177ae4e863355678d7f6bf21a297b7fb90 (diff)
parent9d809a55ceb50fae6ec390be4ca100263d032885 (diff)
downloadmpfr-cab9cdeef9e4e4365041b2e48763cfbbbde67446.tar.gz
Added functions that operate on groups of flags: mpfr_flags_clear,
mpfr_flags_set, mpfr_flags_test, mpfr_flags_save and mpfr_flags_restore. (reintegrated flags branch to the trunk: svn merge --reintegrate ...) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8206 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 f5528caad..bf79a4bb1 100644
--- a/TODO
+++ b/TODO
@@ -91,9 +91,6 @@ Table of contents:
4. New functions to implement
##############################################################################
-- implement functions to save and restore all MPFR flags at once:
- mpfr_flags_t mpfr_save_flags (void)
- void mpfr_restore_flags (mpfr_flags_t)
- implement mpfr_set_float128 and mpfr_get_float128 for the quadruple precision
(non-standard) type __float128 of gcc, see
http://gcc.gnu.org/onlinedocs/gcc/Floating-Types.html