summaryrefslogtreecommitdiffstats
path: root/mathfuncs_base.h
diff options
context:
space:
mode:
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 c26c90b..20dba73 100644
--- a/mathfuncs_base.h
+++ b/mathfuncs_base.h
@@ -57,6 +57,7 @@ namespace vecmathlib {
static realvec_t vml_floor(realvec_t x);
static realvec_t vml_rint(realvec_t x);
static realvec_t vml_round(realvec_t x);
+ static realvec_t vml_nextafter(realvec_t x, realvec_t y);
static realvec_t vml_trunc(realvec_t x);
// fabs
OpenPOWER on IntegriCloud