summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-03-02 17:15:13 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-03-02 17:15:13 +0000
commitf34b6e0df35acd68ede88cc2e4043aa8a9e78c1a (patch)
tree32facd4ae3df70767afc1f220ae6a5eb50323a4b /TODO
parenteac8c7a48ca609c2f6f70d826fff5799bf9c4bec (diff)
downloadmpfr-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--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 5755af3a3..daaef10d1 100644
--- a/TODO
+++ b/TODO
@@ -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
##############################################################################