diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2016-03-02 17:15:13 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2016-03-02 17:15:13 +0000 |
commit | f34b6e0df35acd68ede88cc2e4043aa8a9e78c1a (patch) | |
tree | 32facd4ae3df70767afc1f220ae6a5eb50323a4b /TODO | |
parent | eac8c7a48ca609c2f6f70d826fff5799bf9c4bec (diff) | |
download | mpfr-f34b6e0df35acd68ede88cc2e4043aa8a9e78c1a.tar.gz |
[TODO] For testing the lack of subnormal support.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10191 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -100,6 +100,9 @@ Table of contents: * For functions that return a native floating-point value (mpfr_get_flt, mpfr_get_d, mpfr_get_ld, mpfr_get_decimal64), raise exception flags with feraiseexcept(), when supported. + * For testing the lack of subnormal support: + see the -mfpu GCC option for ARM and + https://en.wikipedia.org/wiki/Denormal_number#Disabling_denormal_floats_at_the_code_level ############################################################################## |