[libcxx-commits] [PATCH] D122276: [libc++] Implement P0154R1 (Hardware inference size)
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 25 06:55:20 PDT 2022
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
Let's rebase this, apply my comments and land this if CI is green.
================
Comment at: libcxx/docs/Status/Cxx17Papers.csv:30
"`P0226R1 <https://wg21.link/P0226R1>`__","LWG","Mathematical Special Functions for C++17","Jacksonville","",""
"`P0220R1 <https://wg21.link/P0220R1>`__","LWG","Adopt Library Fundamentals V1 TS Components for C++17","Jacksonville","|In Progress|",""
"`P0218R1 <https://wg21.link/P0218R1>`__","LWG","Adopt the File System TS for C++17","Jacksonville","|Complete|","7.0"
----------------
Let's also add a release note.
================
Comment at: libcxx/test/std/language.support/support.dynamic/hardware_inference_size.compile.pass.cpp:9
+
+// UNSUPPORTED: c++03, c++11, c++14
+
----------------
Can we use `// XFAIL: clang && stdlib=libc++` instead of `#if defined(__cpp_lib_hardware_interference_size) ...`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122276/new/
https://reviews.llvm.org/D122276
More information about the libcxx-commits
mailing list