[libcxx-commits] [libcxx] [libcxx] Update 128-bit-atomics feature test (PR #83841)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 7 11:29:59 PST 2024


https://github.com/ldionne requested changes to this pull request.

Thanks for noticing this! We used to call it `large-atomics` and we moved to specific sizes instead because that's what we needed to convey in the test suite.

Instead, I would simply rename it to `has-1024-bit-atomics` and use `char[1024/8]` in the test. WDYT?

https://github.com/llvm/llvm-project/pull/83841


More information about the libcxx-commits mailing list