Skip to content
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

Tweak vector FCMP helpers so we can reuse in AVX128 #3744

Closed

Conversation

alyssarosenzweig
Copy link
Collaborator

on top of #3743 for conflicts, for #3740

Any time we get the value of Literal, we want to assert that it's actually a
literal. We've been open coding this pattern sporadically throughout the
opcodedispatcher. Let's add an ergonomic helper to fetch the value of literal,
asserting that the value is indeed literal.

Signed-off-by: Alyssa Rosenzweig <[email protected]>
I told Ryan to change this for AVX, but it needs to be changed in the original
to match!

Signed-off-by: Alyssa Rosenzweig <[email protected]>
so it's suitable for AVX128

Signed-off-by: Alyssa Rosenzweig <[email protected]>
so AVX128 can reuse it.

Signed-off-by: Alyssa Rosenzweig <[email protected]>
@alyssarosenzweig
Copy link
Collaborator Author

We'll merge this with #3740 itself, closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant