]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #105708 - tomerze:enable-atomic-cas-bpf, r=nagisa
authorYuki Okushi <huyuumi.dev+love@gmail.com>
Mon, 9 Jan 2023 23:05:33 +0000 (08:05 +0900)
committerGitHub <noreply@github.com>
Mon, 9 Jan 2023 23:05:33 +0000 (08:05 +0900)
commit5773e8baf017956849f821d5c85837ca1162b4ae
tree43dd0d1a10081cef97334196ff1b70c312bf36f2
parent002eccc7527c07a0aa89d58d5ef3c981f667b3f4
parent11331b1030fba551df4c7fc2babd44496040030f
Rollup merge of #105708 - tomerze:enable-atomic-cas-bpf, r=nagisa

Enable atomic cas for bpf targets

It seems like LLVM now supports it.

https://reviews.llvm.org/D72184 - the PR in LLVM