[libcxx-commits] [clang] [compiler-rt] [libcxx] [Clang] Support atomic operations on _BitInt(N) (PR #204815)
Jonathan Wakely via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 1 06:30:09 PDT 2026
jwakely wrote:
> Also, is GCC going to do the same? @jwakely might want to chime in.
I expect we'll treat this the same way we treat other types with padding bits, i.e. our `__builtin_clear_padding`.
https://github.com/llvm/llvm-project/pull/204815
More information about the libcxx-commits
mailing list