summaryrefslogtreecommitdiffstats
path: root/mathfuncs_base.h
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-09-10 14:22:35 -0400
committerErik Schnetter <schnetter@gmail.com>2013-09-10 14:22:35 -0400
commit80d472d7531d541d953adf94228e0555f38296fe (patch)
treeb6943e23b21cf4f697ed94b15e3ab9b9cbfab39c /mathfuncs_base.h
parent05b92eee2c5f5792d148b671e67fc92392e99eee (diff)
downloadvecmathlib-80d472d7531d541d953adf94228e0555f38296fe.zip
vecmathlib-80d472d7531d541d953adf94228e0555f38296fe.tar.gz
Introduce mad(), as low-accuracy version of fma()
Diffstat (limited to 'mathfuncs_base.h')
-rw-r--r--mathfuncs_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mathfuncs_base.h b/mathfuncs_base.h
index 14f1051..9cb6eb2 100644
--- a/mathfuncs_base.h
+++ b/mathfuncs_base.h
@@ -88,6 +88,7 @@ namespace vecmathlib {
static boolvec_t vml_isnan(realvec_t x);
static boolvec_t vml_isnormal(realvec_t x);
static realvec_t vml_ldexp(realvec_t x, intvec_t n);
+ static realvec_t vml_mad(realvec_t x, realvec_t y, realvec_t z);
static boolvec_t vml_signbit(realvec_t x);
// exp
OpenPOWER on IntegriCloud