From a3b4b48c3e1af8add66761cb87edc2d95a4c9534 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Sun, 19 Mar 2017 19:46:08 -0700 Subject: [PATCH] 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 --- src/coreclr/src/jit/DIRS.proj | 4 ---- src/coreclr/src/jit/compiler.cpp | 1 - 2 files changed, 5 deletions(-) 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)) { -- 2.7.4