[libcxx-commits] [PATCH] D153981: [libc++][In progress] Floating Point Atomic

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 28 07:48:06 PDT 2023


huixie90 created this revision.
Herald added a project: All.
huixie90 requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

- implement P0020R6 Floating Point Atomic


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153981

Files:
  libcxx/include/__atomic/atomic.h
  libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/copy.compile.pass.cpp
  libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/ctor.pass.cpp
  libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/fetch_add.pass.cpp
  libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/fetch_sub.pass.cpp
  libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/lockfree.pass.cpp
  libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/typedef.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153981.535406.patch
Type: text/x-patch
Size: 15196 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230628/7ad7fb43/attachment.bin>


More information about the libcxx-commits mailing list