MarinPostma opened PR #10023 from MarinPostma:winch-x64-rmw-and
to bytecodealliance:main
:
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
MarinPostma updated PR #10023.
MarinPostma updated PR #10023.
MarinPostma updated PR #10023.
MarinPostma updated PR #10023.
MarinPostma edited PR #10023:
Implement related atomic rmw for winch x64 backend:
and
:
-i32.atomic.rmw8.and_u
-i32.atomic.rmw16.and_u
-i32.atomic.rmw.and
-i64.atomic.rmw8.and_u
-i64.atomic.rmw16.and_u
-i64.atomic.rmw32.and_u
-i64.atomic.rmw.and
or
:
-i32.atomic.rmw8.or_u
-i32.atomic.rmw16.or_u
-i32.atomic.rmw.or
-i64.atomic.rmw8.or_u
-i64.atomic.rmw16.or_u
-i64.atomic.rmw32.or_u
-i64.atomic.rmw.or
xor
:
-i32.atomic.rmw8.xor_u
-i32.atomic.rmw16.xor_u
-i32.atomic.rmw.xor
-i64.atomic.rmw8.xor_u
-i64.atomic.rmw16.xor_u
-i64.atomic.rmw32.xor_u
-i64.atomic.rmw.xor
MarinPostma has marked PR #10023 as ready for review.
MarinPostma requested fitzgen for a review on PR #10023.
MarinPostma requested wasmtime-compiler-reviewers for a review on PR #10023.
MarinPostma requested wasmtime-core-reviewers for a review on PR #10023.
github-actions[bot] commented on PR #10023:
Subscribe to Label Action
cc @saulecabrera
<details>
This issue or pull request has been labeled: "cranelift", "cranelift:area:x64", "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 <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
MarinPostma updated PR #10023.
saulecabrera requested saulecabrera for a review on PR #10023.
Last updated: Jan 24 2025 at 00:11 UTC