summaryrefslogtreecommitdiffstats
path: root/mathfuncs_base.h
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-06-28 14:04:29 -0400
committerErik Schnetter <schnetter@gmail.com>2013-06-28 14:04:29 -0400
commitba43da889e5d662eedb4c2957162b4d9254557f9 (patch)
tree839bf17b2201bd5b912c461cd36a63e97a4200ab /mathfuncs_base.h
parent137ce80e5535eb98872e5b49970fad2615cb57fe (diff)
downloadvecmathlib-ba43da889e5d662eedb4c2957162b4d9254557f9.zip
vecmathlib-ba43da889e5d662eedb4c2957162b4d9254557f9.tar.gz
Implement frexp
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 20dba73..06cb590 100644
--- a/mathfuncs_base.h
+++ b/mathfuncs_base.h
@@ -67,6 +67,7 @@ namespace vecmathlib {
static realvec_t vml_fma(realvec_t x, realvec_t y, realvec_t z);
static realvec_t vml_fmax(realvec_t x, realvec_t y);
static realvec_t vml_fmin(realvec_t x, realvec_t y);
+ static realvec_t vml_frexp(realvec_t x, intvec_t& r);
static intvec_t vml_ilogb(realvec_t x);
static boolvec_t vml_ieee_isfinite(realvec_t x);
static boolvec_t vml_ieee_isinf(realvec_t x);
OpenPOWER on IntegriCloud