summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-09-09 10:12:38 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-09-09 10:12:38 +0000
commitc73b0ff8b29871698760caa9badaf9a155033e68 (patch)
tree3eaf9f50bd5f3f6c2f3c7e941aeea007a71cb5a8
parente08c7286f1d9a43914cdbea679f2b78589bd77b0 (diff)
downloadmpfr-c73b0ff8b29871698760caa9badaf9a155033e68.tar.gz
[TODO] + use intrinsics when available (needs a configure test).
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14575 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3360c9c50..c23a6b2d8 100644
--- a/TODO
+++ b/TODO
@@ -27,6 +27,7 @@ Table of contents:
6. Miscellaneous
7. Portability
+
##############################################################################
1. Documentation
##############################################################################
@@ -40,6 +41,7 @@ Table of contents:
mpq_srcptr -> const mpq_t
mpf_srcptr -> const mpf_t
+
##############################################################################
2. Compiler/library detection
##############################################################################
@@ -47,6 +49,7 @@ Table of contents:
- update ICC detection.
* Use only __INTEL_COMPILER instead of the obsolete macro __ICC?
+
##############################################################################
3. Changes in existing functions
##############################################################################
@@ -506,6 +509,11 @@ Table of contents:
In particular, binary package distributions would benefit from FMV as
only one binary is generated for different processor families.
+- use intrinsics when available (needs a configure test).
+ References:
+ https://software.intel.com/sites/landingpage/IntrinsicsGuide/
+ https://stackoverflow.com/q/11228855/3782797
+
##############################################################################
6. Miscellaneous
@@ -724,6 +732,7 @@ Table of contents:
be unset (only when invoking pkg-config) as a workaround to
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984504
+
##############################################################################
7. Portability
##############################################################################