-
Notifications
You must be signed in to change notification settings - Fork 18.2k
runtime/internal/atomic: add ppc64x operators for And/Or #63294
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
runtime/internal/atomic: add ppc64x operators for And/Or #63294
Conversation
This PR (HEAD: 2bf9edb) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531716. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 1: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531716. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531716. |
Message from Gopher Robot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531716. |
Message from Mauri de Souza Meneguzzo: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531716. |
These primitives will be used by the new And/Or sync/atomic apis. For golang#61395
2bf9edb
to
1c981fc
Compare
This PR (HEAD: 1c981fc) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531716. Important tips:
|
Message from Lynn Boger: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531716. |
This PR (HEAD: cf3fb0d) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531716. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 3: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531716. |
Message from Paul Murphy: Patch Set 4: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/531716. |
Message from Lynn Boger: Patch Set 4: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/531716. |
Message from Mauri de Souza Meneguzzo: Patch Set 4: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531716. |
Message from Gopher Robot: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531716. |
Message from Gopher Robot: Patch Set 4: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531716. |
Message from Michael Pratt: Patch Set 4: Auto-Submit+1 Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/531716. |
These primitives will be used by the new And/Or sync/atomic apis. For #61395 Change-Id: I9ad92634add0357092e49b5a4a40c177e242a0b6 GitHub-Last-Rev: cf3fb0d GitHub-Pull-Request: #63294 Reviewed-on: https://go-review.googlesource.com/c/go/+/531716 Reviewed-by: Eli Bendersky <[email protected]> Reviewed-by: Michael Pratt <[email protected]> Reviewed-by: Lynn Boger <[email protected]> Run-TryBot: Mauri de Souza Meneguzzo <[email protected]> Auto-Submit: Michael Pratt <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Paul Murphy <[email protected]>
This PR is being closed because golang.org/cl/531716 has been merged. |
These primitives will be used by the new And/Or sync/atomic apis.
For #61395