[libc-commits] [libc] [libc] Make 'rand()' thread-safe using atomics instead of TLS (PR #96692)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Wed Jun 26 08:46:32 PDT 2024
SchrodingerZhu wrote:
I think at least for clang, is_lock_free can also be detected using macros directly
https://github.com/llvm/llvm-project/pull/96692
More information about the libc-commits
mailing list