We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Another target that doesn't support atomic CAS in the standard library.
portable-atomic/tools/build.sh
Line 199 in d547b60
This LLVM test indicates that many of the 64-bit and 32-bit atomic operations are already supported.
Refs: https://www.kernel.org/doc/html/latest/bpf/instruction-set.html#atomic-operations
The text was updated successfully, but these errors were encountered:
This will be resolved by rust-lang/rust#105708.
Sorry, something went wrong.
rust-lang/rust#105708 merged.
rust-lang/rust#105708 is not actually working properly.
Successfully merging a pull request may close this issue.
Another target that doesn't support atomic CAS in the standard library.
portable-atomic/tools/build.sh
Line 199 in d547b60
This LLVM test indicates that many of the 64-bit and 32-bit atomic operations are already supported.
Refs: https://www.kernel.org/doc/html/latest/bpf/instruction-set.html#atomic-operations
The text was updated successfully, but these errors were encountered: