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

Fix the failure memory order argument to atomic_compare_exchange_strong explicit #126

Merged
merged 1 commit into from
Dec 29, 2023

Conversation

AZero13
Copy link
Contributor

@AZero13 AZero13 commented Dec 20, 2023

The failure memory order cannot be release or acq_rel. Clang since llvm/llvm-project@fed5644 diagnoses an invalid argument.

…ng_explicit

The failure memory order cannot be release or acq_rel. Clang since llvm/llvm-project@fed5644 diagnoses an invalid argument.
@AZero13 AZero13 changed the title Fix the failure memory order argument to atomic_compare_exchange_strong expliit Fix the failure memory order argument to atomic_compare_exchange_strong explicit Dec 21, 2023
@cjcchen cjcchen merged commit 295d1b9 into apache:master Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants