[libcxx-commits] [libcxx] [libc++] FreeBSD use fallback for atomic timed wait (PR #180400)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Feb 8 04:51:02 PST 2026
huixie90 wrote:
> The original code was "fine", no? The only flaw was that it needed an intermediate cast via uintptr_t for the size-stuffed-in-a-pointer feature of the API?
@jrtc27 I think the it is probably fine adding `static_ast<uintptr_t>` here. But most importantly, I am removing all the Claude generated code (these few lines) to avoid some social media influencer trying to make use of it for any other purposes.
https://github.com/llvm/llvm-project/pull/180400
More information about the libcxx-commits
mailing list