[libcxx-commits] [libcxx] [libc++][test] Drop _BitInt(96) byteswap padding check on 32-bit x86 (PR #205295)

Xavier Roche via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jun 28 12:41:45 PDT 2026


xroche wrote:

> I'm to merge this as a "quick" fix. But I think we should detect macros determining whether the platform-native alignment is 4B.

What about #206360, using `_BitInt(72)`, which has padding on every ABI and drops the target guard ?


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


More information about the libcxx-commits mailing list