summaryrefslogtreecommitdiffstats
path: root/mathfuncs_exp.h
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-11-28 09:40:04 -0500
committerErik Schnetter <schnetter@gmail.com>2013-11-28 09:40:04 -0500
commitdc22b1e0187b35f131c82350a946c97c4d2dd913 (patch)
tree165f98bcf4c8fa37ae9568fc241c9ab9bd5d3a57 /mathfuncs_exp.h
parent2d47971cd11677ede752786be93ad821ef2d8e87 (diff)
downloadvecmathlib-dc22b1e0187b35f131c82350a946c97c4d2dd913.zip
vecmathlib-dc22b1e0187b35f131c82350a946c97c4d2dd913.tar.gz
Add to-do items
Diffstat (limited to 'mathfuncs_exp.h')
-rw-r--r--mathfuncs_exp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mathfuncs_exp.h b/mathfuncs_exp.h
index c7a1498..d357a21 100644
--- a/mathfuncs_exp.h
+++ b/mathfuncs_exp.h
@@ -14,6 +14,9 @@ namespace vecmathlib {
template<typename realvec_t>
realvec_t mathfuncs<realvec_t>::vml_exp2(realvec_t x)
{
+ // TODO: Check SLEEF 2.80 algorithm
+ // (in particular the improved-precision truncation)
+
// Rescale
realvec_t x0 = x;
OpenPOWER on IntegriCloud