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

Winch: Add SIMD comparison instructions for x64 with AVX #10148

Merged
merged 3 commits into from
Jan 30, 2025

Conversation

jeffcharles
Copy link
Contributor

Part of #8093. Adds support for the following instructions:

  • *x*.eq
  • *x*.ne
  • *x*.lt*
  • *x*.le*
  • *x*.gt*
  • *x*.ge*

@jeffcharles jeffcharles requested review from a team as code owners January 29, 2025 18:51
@jeffcharles jeffcharles requested review from cfallin and fitzgen and removed request for a team January 29, 2025 18:51
@cfallin cfallin requested review from saulecabrera and removed request for cfallin January 29, 2025 18:53
@cfallin
Copy link
Member

cfallin commented Jan 29, 2025

(gently passing review baton to Saúl, if you don't mind -- thanks!)

Copy link
Member

@saulecabrera saulecabrera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@saulecabrera saulecabrera added this pull request to the merge queue Jan 30, 2025
Merged via the queue into bytecodealliance:main with commit febd080 Jan 30, 2025
39 checks passed
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.

3 participants