[libcxx-commits] [libcxx] [libc++] Use builtin for `std::is_sufficiently_aligned` (PR #173582)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 25 17:15:41 PST 2025


frederick-vs-ja wrote:

I think we can even drop the `reinterpret_cast` strategy because both Clang and GCC have been supporting `__builtin_is_aligned` for a long while. But I'm not sure whether this is desired.

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


More information about the libcxx-commits mailing list