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: implement rmw xchg for x64 #10029

Merged
merged 2 commits into from
Jan 17, 2025

Conversation

MarinPostma
Copy link
Contributor

implement xchg instructions for x64:

  • i32.atomic.rmw8.xchg_u
  • i32.atomic.rmw16.xchg_u
  • i32.atomic.rmw.xchg
  • i64.atomic.rmw8.xchg_u
  • i64.atomic.rmw16.xchg_u
  • i64.atomic.rmw32.xchg_u
  • i64.atomic.rmw.xchg

#9734

@MarinPostma MarinPostma requested review from a team as code owners January 16, 2025 00:07
@MarinPostma MarinPostma requested review from cfallin and pchickey and removed request for a team January 16, 2025 00:07
@github-actions github-actions bot added the winch Winch issues or pull requests label Jan 16, 2025
Copy link

Subscribe to Label Action

cc @saulecabrera

This issue or pull request has been labeled: "winch"

Thus the following users have been cc'd because of the following labels:

  • saulecabrera: winch

To subscribe or unsubscribe from this label, edit the .github/subscribe-to-label.json configuration file.

Learn more.

@saulecabrera
Copy link
Member

I'll take a look at this one.

@saulecabrera saulecabrera requested review from saulecabrera and removed request for cfallin and pchickey January 16, 2025 10:47
@MarinPostma MarinPostma force-pushed the winch-x64-rmw-xchg branch 2 times, most recently from d36a7c9 to 01d4263 Compare January 16, 2025 17:55
@saulecabrera saulecabrera added this pull request to the merge queue Jan 17, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 17, 2025
@saulecabrera
Copy link
Member

The failure in CI is due to a missing rebase, on top of the changes introduced in #10037

@MarinPostma
Copy link
Contributor Author

rebased

@saulecabrera saulecabrera added this pull request to the merge queue Jan 17, 2025
Merged via the queue into bytecodealliance:main with commit 146aa47 Jan 17, 2025
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
winch Winch issues or pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants