From 08786f20e89eb5f518d8d25f3e7f886f69d994ea Mon Sep 17 00:00:00 2001 From: Tanner Gooding Date: Wed, 1 Jun 2016 18:17:24 -0700 Subject: Improvements to System.Math InternalCall code. (#4847) * Adding some basic System.Math performance tests. * Renaming 'floatnative' to 'floatdouble'. * Removing outdated workarounds in the floatdouble interop code. * Renaming 'finite.cpp' to 'math.cpp' * Updating the double-precision math tests. * Updating PAL_EPSILON to be more precise. --- src/jit/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jit/utils.h') diff --git a/src/jit/utils.h b/src/jit/utils.h index af9f2db009..7d77e76840 100644 --- a/src/jit/utils.h +++ b/src/jit/utils.h @@ -575,7 +575,7 @@ public: static unsigned __int64 convertDoubleToUInt64(double d); - static double round(double d); + static double round(double x); }; -- cgit v1.2.3