summaryrefslogtreecommitdiffstats
path: root/vec_qpx_double4.h
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-07-04 16:00:18 -0400
committerErik Schnetter <schnetter@gmail.com>2013-07-04 16:00:18 -0400
commit6433fd6d4e5ae9cfc4dc229a6f52c44cd342b6d3 (patch)
tree778204fc4ae2d23267251e69c3a461ed29f1db24 /vec_qpx_double4.h
parenta7c4daf6a2ced0283599d5a3d8aa1d0dc545a72d (diff)
downloadvecmathlib-6433fd6d4e5ae9cfc4dc229a6f52c44cd342b6d3.zip
vecmathlib-6433fd6d4e5ae9cfc4dc229a6f52c44cd342b6d3.tar.gz
Improve comment
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