[libcxx-commits] [PATCH] D142422: [libc++] [FreeBSD] only use _umtx_op(2) on 64bit arches

Ed Maste via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 25 09:53:05 PST 2023


emaste added a comment.

In D142422#4080460 <https://reviews.llvm.org/D142422#4080460>, @Mordante wrote:

> Does this still work on FreeBSD platforms where __SIZEOF_LONG__ != 8 ?

This switches the `__SIZEOF_LONG__ != 8` platforms back to the timed backoff fallback. This isn't great, but also relatively low priority, they're all Tier-2 platforms for us.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142422/new/

https://reviews.llvm.org/D142422



More information about the libcxx-commits mailing list