summaryrefslogtreecommitdiffstats
path: root/mathfuncs_base.h
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-11-25 14:52:26 -0500
committerErik Schnetter <schnetter@gmail.com>2013-11-25 14:52:26 -0500
commitec33e3b30b4324cad3f5c26186cc2d2620708a0f (patch)
treec8f74527bcc52e2f219e6f8a953dd86d5597a75d /mathfuncs_base.h
parent89edeef77f22823a1f2cebd46699a29df9d43d95 (diff)
downloadvecmathlib-ec33e3b30b4324cad3f5c26186cc2d2620708a0f.zip
vecmathlib-ec33e3b30b4324cad3f5c26186cc2d2620708a0f.tar.gz
Provide lrint
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