summaryrefslogtreecommitdiff
path: root/src/jit/emit.h
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2018-12-14 13:41:07 -0800
committerGitHub <noreply@github.com>2018-12-14 13:41:07 -0800
commit813bd6ec05c8ce81f3ec7b59f21966ebc9420dca (patch)
treecfdcb91c6dae93be3ab8e7b543cbb5b45a7afbad /src/jit/emit.h
parentbbfafe73ee054cc024c7db5dea53ec18c25b013c (diff)
downloadcoreclr-813bd6ec05c8ce81f3ec7b59f21966ebc9420dca.tar.gz
coreclr-813bd6ec05c8ce81f3ec7b59f21966ebc9420dca.tar.bz2
coreclr-813bd6ec05c8ce81f3ec7b59f21966ebc9420dca.zip
Simplifying the emitter handling of 4-byte encoded SSE instructions (#21528)
Diffstat (limited to 'src/jit/emit.h')
-rw-r--r--src/jit/emit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jit/emit.h b/src/jit/emit.h
index 770de41ead..dbfb178867 100644
--- a/src/jit/emit.h
+++ b/src/jit/emit.h
@@ -427,7 +427,6 @@ public:
#endif // DEBUG
#ifdef _TARGET_XARCH_
- SetUseSSE4(false);
SetUseVEXEncoding(false);
#endif // _TARGET_XARCH_
}