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 9cb6eb2..c685542 100644
--- a/mathfuncs_base.h
+++ b/mathfuncs_base.h
@@ -65,6 +65,7 @@ namespace vecmathlib {
static realvec_t vml_convert_float(intvec_t x);
static intvec_t vml_convert_int(realvec_t x);
static realvec_t vml_floor(realvec_t x);
+ static intvec_t vml_lrint(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);
OpenPOWER on IntegriCloud