summaryrefslogtreecommitdiff
path: root/src/vm/jithelpers.cpp
diff options
context:
space:
mode:
authorPat Gavlin <pgavlin@gmail.com>2016-09-12 15:28:26 -0700
committerGitHub <noreply@github.com>2016-09-12 15:28:26 -0700
commit52931c20b0e98fd0ad3145a43b8e2c4dbd9114c3 (patch)
treea38a13097bb506c358304034bae4e07deffc6415 /src/vm/jithelpers.cpp
parent7d5bc8321058c6fce4a511e96ff4059171124ff3 (diff)
parent398317d18b0845681671ba449b8d8d9ca2cd505c (diff)
downloadcoreclr-52931c20b0e98fd0ad3145a43b8e2c4dbd9114c3.tar.gz
coreclr-52931c20b0e98fd0ad3145a43b8e2c4dbd9114c3.tar.bz2
coreclr-52931c20b0e98fd0ad3145a43b8e2c4dbd9114c3.zip
Merge pull request #7133 from mikedn/x86-cast-long-float
Implement long to float cast for x86
Diffstat (limited to 'src/vm/jithelpers.cpp')
-rw-r--r--src/vm/jithelpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/jithelpers.cpp b/src/vm/jithelpers.cpp
index dac9f59246..641575d584 100644
--- a/src/vm/jithelpers.cpp
+++ b/src/vm/jithelpers.cpp
@@ -513,7 +513,7 @@ HCIMPL1_V(double, JIT_ULng2Dbl, UINT64 val)
HCIMPLEND
/*********************************************************************/
-// needed for ARM
+// needed for ARM and RyuJIT-x86
HCIMPL1_V(double, JIT_Lng2Dbl, INT64 val)
{
FCALL_CONTRACT;