-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 x64 rmw sub #10008
winch x64 rmw sub #10008
Conversation
f565dba
to
6b47849
Compare
Subscribe to Label Action
This issue or pull request has been labeled: "winch"
Thus the following users have been cc'd because of the following labels:
To subscribe or unsubscribe from this label, edit the |
d94f17e
to
777f3a7
Compare
I'll take this one. |
@MarinPostma I'll take a look once this is rebased on top of #9990 and on top of #9987, since this requires using |
777f3a7
to
c1696e9
Compare
@saulecabrera this one is rebased too. |
You need to rebase, since there are some conflicts. |
1c2c724
to
d9c8fd0
Compare
d9c8fd0
to
32e9a12
Compare
@saulecabrera done |
impl read-modify-write sub for winch:
i32.atomic.rmw8.subd_u
i32.atomic.rmw16.subd_u
i32.atomic.rmw.subd
i64.atomic.rmw8.subd_u
i64.atomic.rmw16.subd_u
i64.atomic.rmw32.subd_u
i64.atomic.rmw.subd
#9734
depends on #9990