-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementing GetElement, ToScalar, and WithElement for Vector512 #84791
Implementing GetElement, ToScalar, and WithElement for Vector512 #84791
Conversation
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch, @kunalspathak Issue Detailsnull
|
f546e8e
to
ae54e5f
Compare
ae54e5f
to
9aeb453
Compare
CC. @dotnet/avx512-contrib, @dotnet/jit-contrib |
@@ -11241,7 +11241,7 @@ void emitter::emitDispIns( | |||
|
|||
case IF_RWR_RRD_RRD: | |||
{ | |||
assert(IsVexEncodableInstruction(ins)); | |||
assert(IsVexOrEvexEncodableInstruction(ins)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
heh, I hit it in #84854 too 🙂 will rebase once your PR is merged
btw, @BruceForstall asked to not to merge JIT-related PRs untill jit rolling builds are fixed |
No description provided.