[PATCH] D13051: Add placeholder __libcpp_relaxed_store() for when atomic builtins are not available.

David Chisnall via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 22 04:34:12 PDT 2015


theraven added a comment.

Looks fine (though this probably won't actually work correctly on ARMv4).

It's a shame that libc++ decided to reinvent the wheel here and not use the C11 atomics support...


http://reviews.llvm.org/D13051





More information about the cfe-commits mailing list