[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 09:40:02 PDT 2022
ldionne added inline comments.
================
Comment at: libcxx/docs/Status/Cxx17Papers.csv:38
"`P0025R0 <https://wg21.link/P0025R0>`__","LWG","An algorithm to ""clamp"" a value between a pair of boundary values","Jacksonville","|Complete|","3.9"
-"`P0154R1 <https://wg21.link/P0154R1>`__","LWG","constexpr std::hardware_{constructive,destructive}_interference_size","Jacksonville","",""
+"`P0154R1 <https://wg21.link/P0154R1>`__","LWG","constexpr std::hardware_{constructive,destructive}_interference_size","Jacksonville","|Complete|","15.0"
"`P0030R1 <https://wg21.link/P0030R1>`__","LWG","Proposal to Introduce a 3-Argument Overload to std::hypot","Jacksonville","|Complete|","3.9"
----------------
Mordante wrote:
> I don't think we can claim we're implemented this. ATM it's not implemented in Clang.
> At the very least we need to add a note explaining the compiler dependency.
> (Requiring using the GCC compiler means it doesn't work for all users, for example AppleClang users.)
Ugh yeah, that's true, we need to add a note.
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