diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2012-03-06 12:51:17 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2012-03-06 12:51:17 +0000 |
commit | eae9a83a3119cac966896af314f61dad12434964 (patch) | |
tree | 9c827c527cd862d2f51198f2f381243532798aac /TODO | |
parent | fe80392a49064fdfcf9d52a2b9c3fd6664b96ec1 (diff) | |
download | mpfr-eae9a83a3119cac966896af314f61dad12434964.tar.gz |
[TODO] added new item about saving/restoring flags
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8066 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -87,6 +87,9 @@ 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 |