[libcxx-commits] [libcxx] [llvm] [libc++][atomic_ref] Use __atomic_fetch_{add, sub} builtins on floating-points whenever possible (PR #135685)
Damien L-G via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 22 06:06:17 PDT 2025
================
@@ -291,6 +291,7 @@ if (current_toolchain == default_toolchain) {
"__atomic/check_memory_order.h",
"__atomic/contention_t.h",
"__atomic/fence.h",
+ "__atomic/floating_point_helper.h",
----------------
dalg24 wrote:
Reverted
https://github.com/llvm/llvm-project/pull/135685
More information about the libcxx-commits
mailing list