summaryrefslogtreecommitdiffstats
path: root/vec_qpx_double4.h
diff options
context:
space:
mode:
Diffstat (limited to 'vec_qpx_double4.h')
-rw-r--r--vec_qpx_double4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vec_qpx_double4.h b/vec_qpx_double4.h
index 684c161..a1177ab 100644
--- a/vec_qpx_double4.h
+++ b/vec_qpx_double4.h
@@ -626,7 +626,7 @@ namespace vecmathlib {
// #ifdef VML_HAVE_FP_CONTRACT
// return MF::vml_rint(*this);
// #else
- // return vec_round(v); // round
+ // return vec_round(v); // use round instead of rint
// #endif
}
realvec round() const { return vec_round(v); }
OpenPOWER on IntegriCloud