summaryrefslogtreecommitdiffstats
path: root/vec_sse_float1.h
diff options
context:
space:
mode:
Diffstat (limited to 'vec_sse_float1.h')
-rw-r--r--vec_sse_float1.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vec_sse_float1.h b/vec_sse_float1.h
index f038cd6..9cee891 100644
--- a/vec_sse_float1.h
+++ b/vec_sse_float1.h
@@ -485,6 +485,10 @@ namespace vecmathlib {
realvec_t log10() const { return MF::vml_log10(*this); }
realvec_t log1p() const { return MF::vml_log1p(*this); }
realvec_t log2() const { return MF::vml_log2(*this); }
+ realvec_t mad(realvec_t y, realvec_t z) const
+ {
+ return MF::vml_mad(*this, y, z);
+ }
realvec_t nextafter(realvec_t y) const
{
return MF::vml_nextafter(*this, y);
OpenPOWER on IntegriCloud