diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2012-05-09 08:25:17 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2012-05-09 08:25:17 +0000 |
commit | cab9cdeef9e4e4365041b2e48763cfbbbde67446 (patch) | |
tree | bf7dcc46707e259f20a9f7e40d48fdb3ebd80347 /TODO | |
parent | 422a7e177ae4e863355678d7f6bf21a297b7fb90 (diff) | |
parent | 9d809a55ceb50fae6ec390be4ca100263d032885 (diff) | |
download | mpfr-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-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |