summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-05-11 21:18:54 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-05-11 21:18:54 +0000
commit930e8e115c6cfb91d2a744d8d73a78400e13a143 (patch)
tree265f3c0928606bcd11d119194376eff74ac04af0 /TODO
parent1cbba68dabeab49d859dc630544fcac97f3192ea (diff)
downloadmpfr-930e8e115c6cfb91d2a744d8d73a78400e13a143.tar.gz
[TODO] More about mpfr_fda / mpfr_fds.
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14513 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index a8f83b350..648957188 100644
--- a/TODO
+++ b/TODO
@@ -360,6 +360,13 @@ Table of contents:
mpfr_fpif_import_mem.
- Fused divide-add and fused divide-subtract (mpfr_fda, mpfr_fds).
+ Reference: K. Pande, A. Parkhi, S. Jaykar and A. Peshattiwar,
+ "Design and Implementation of Floating Point Divide-Add Fused Architecture",
+ 2015 Fifth International Conference on Communication Systems and Network
+ Technologies, 2015, pp. 797-800, doi: 10.1109/CSNT.2015.179.
+ However, this article does not provide a specification of special values
+ (but the same rules as FMA/FMS could be chosen, based on 1/±0 = ±Inf and
+ 1/±Inf = ±0).
##############################################################################