summaryrefslogtreecommitdiff
path: root/src/jit/emitxarch.cpp
diff options
context:
space:
mode:
authorCarol Eidt <carol.eidt@microsoft.com>2018-01-31 20:40:46 -0800
committerGitHub <noreply@github.com>2018-01-31 20:40:46 -0800
commit39bd47d55bedf5f93c9b27425136efa4b9d17c25 (patch)
tree4f97e2ef30218c0cd72a934674623f244a511969 /src/jit/emitxarch.cpp
parent87d934b238d67062d160b5b3ca7b60d9e1665efa (diff)
parenta6d84b2d0cd3514e9fecbaafd2aa750daea6ddd5 (diff)
downloadcoreclr-39bd47d55bedf5f93c9b27425136efa4b9d17c25.tar.gz
coreclr-39bd47d55bedf5f93c9b27425136efa4b9d17c25.tar.bz2
coreclr-39bd47d55bedf5f93c9b27425136efa4b9d17c25.zip
Merge pull request #16136 from CarolEidt/Fix16135
Fix encoding of RCPPS and RSQRTPS
Diffstat (limited to 'src/jit/emitxarch.cpp')
-rw-r--r--src/jit/emitxarch.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jit/emitxarch.cpp b/src/jit/emitxarch.cpp
index ca29f080a3..a147335d1c 100644
--- a/src/jit/emitxarch.cpp
+++ b/src/jit/emitxarch.cpp
@@ -216,11 +216,9 @@ bool emitter::IsDstSrcSrcAVXInstruction(instruction ins)
case INS_movlpd:
case INS_movlps:
case INS_movss:
- case INS_rcpps:
case INS_rcpss:
case INS_roundsd:
case INS_roundss:
- case INS_rsqrtps:
case INS_rsqrtss:
case INS_sqrtsd:
case INS_sqrtss: