From: Bruce Forstall Date: Mon, 20 Mar 2017 02:46:08 +0000 (-0700) Subject: Desktop side of the change to remove COR_JIT_EE_VERSION X-Git-Tag: submit/tizen/20210909.063632~11030^2~7644^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3b4b48c3e1af8add66761cb87edc2d95a4c9534;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Desktop side of the change to remove COR_JIT_EE_VERSION 1. Bring over the JIT-EE interface file changes, 2. Stop building ctpjit.dll, and delete its build rules, 3. Stop building skipjit.dll. [tfs-changeset: 1651372] Commit migrated from https://github.com/dotnet/coreclr/commit/4ddfdefc0fe2c7f48ff3f2ead52e43ddaa831058 --- diff --git a/src/coreclr/src/jit/DIRS.proj b/src/coreclr/src/jit/DIRS.proj index eb00cc1..12ea52f 100644 --- a/src/coreclr/src/jit/DIRS.proj +++ b/src/coreclr/src/jit/DIRS.proj @@ -36,13 +36,9 @@ - - - - diff --git a/src/coreclr/src/jit/compiler.cpp b/src/coreclr/src/jit/compiler.cpp index 5db4d3f..3f75623 100644 --- a/src/coreclr/src/jit/compiler.cpp +++ b/src/coreclr/src/jit/compiler.cpp @@ -2296,7 +2296,6 @@ void Compiler::compSetProcessor() #ifdef FEATURE_AVX_SUPPORT // COMPlus_EnableAVX can be used to disable using AVX if available on a target machine. - // Note that FEATURE_AVX_SUPPORT is not enabled for ctpjit opts.compCanUseAVX = false; if (!jitFlags.IsSet(JitFlags::JIT_FLAG_PREJIT) && jitFlags.IsSet(JitFlags::JIT_FLAG_USE_AVX2)) {