diff options
-rw-r--r-- | mathfuncs_exp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mathfuncs_exp.h b/mathfuncs_exp.h index 21c7521..a8aed3f 100644 --- a/mathfuncs_exp.h +++ b/mathfuncs_exp.h @@ -17,7 +17,7 @@ namespace vecmathlib { // Rescale realvec_t x0 = x; - // realvec_t round_x = round(x); + // realvec_t round_x = rint(x); // intvec_t iround_x = convert_int(round_x); // r = ldexp(r, iround_x); |