From 6433fd6d4e5ae9cfc4dc229a6f52c44cd342b6d3 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Thu, 4 Jul 2013 16:00:18 -0400 Subject: Improve comment --- vec_qpx_double4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vec_qpx_double4.h') 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); } -- cgit v1.1