-
Notifications
You must be signed in to change notification settings - Fork 275
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
Stabilize cmpxchg16b #827
Comments
Weird, I thought I saw a stabilization PR for this one somewhere. Stabilizing this sounds good to me. |
Is there some story here? I've always assumed that it was intentionally left unstabilized in order to avoid stabilizing 128 bit atomics in some form prior to However, with asm! stabilization on the way, this ship will sail, so I don't a reason not to. |
I'm happy to accept a PR for stabilizing it. I only have one minor nit about the implementation: the |
Stabilize cmpxchg16b_target_feature Tracking issue for target features + rust-lang#44839 stdarch issue + rust-lang/stdarch#827 stdarch PR + rust-lang/stdarch#1358 reference PR + rust-lang/reference#1331 It's my first time contributing to rust-lang/rust. Please tell me if I missed something.
Stabilize cmpxchg16b_target_feature Tracking issue for target features + #44839 stdarch issue + rust-lang/stdarch#827 stdarch PR + rust-lang/stdarch#1358 reference PR + rust-lang/reference#1331 It's my first time contributing to rust-lang/rust. Please tell me if I missed something.
Stabilize cmpxchg16b_target_feature Tracking issue for target features + #44839 stdarch issue + rust-lang/stdarch#827 stdarch PR + rust-lang/stdarch#1358 reference PR + rust-lang/reference#1331 It's my first time contributing to rust-lang/rust. Please tell me if I missed something.
Stabilize cmpxchg16b_target_feature Tracking issue for target features + #44839 stdarch issue + rust-lang/stdarch#827 stdarch PR + rust-lang/stdarch#1358 reference PR + rust-lang/reference#1331 It's my first time contributing to rust-lang/rust. Please tell me if I missed something.
Stabilize cmpxchg16b_target_feature Tracking issue for target features + #44839 stdarch issue + rust-lang/stdarch#827 stdarch PR + rust-lang/stdarch#1358 reference PR + rust-lang/reference#1331 It's my first time contributing to rust-lang/rust. Please tell me if I missed something.
Is anything holding up stabilization of double-wide CAS? It doesn't seem so from some searching.
The text was updated successfully, but these errors were encountered: