[libcxx-commits] [libcxx] [libc++] Implement P2876R3: std::simd constructors and accessors (PR #177216)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 21 19:08:42 PST 2026
================
@@ -130,7 +130,7 @@
"`P3709R2 <https://wg21.link/P3709R2>`__","Reconsider parallel ``ranges::rotate_copy`` and ``ranges::reverse_copy``","2025-06 (Sofia)","","","`#148138 <https://github.com/llvm/llvm-project/issues/148138>`__",""
"`P3641R0 <https://wg21.link/P3641R0>`__","Rename ``std::observable`` to ``std::observable_checkpoint``, and add a feature-test macro","2025-06 (Sofia)","","","`#148139 <https://github.com/llvm/llvm-project/issues/148139>`__",""
"`P3044R2 <https://wg21.link/P3044R2>`__","sub-``string_view`` from ``string``","2025-06 (Sofia)","|Complete|","22","`#148140 <https://github.com/llvm/llvm-project/issues/148140>`__",""
-"`P2876R3 <https://wg21.link/P2876R3>`__","Proposal to extend ``std::simd`` with more constructors and accessors","2025-06 (Sofia)","","","`#148143 <https://github.com/llvm/llvm-project/issues/148143>`__",""
+"`P2876R3 <https://wg21.link/P2876R3>`__","Proposal to extend ``std::simd`` with more constructors and accessors","2025-06 (Sofia)","|Complete|","22","`#148143 <https://github.com/llvm/llvm-project/issues/148143>`__",""
----------------
Zingam wrote:
Not yet released but main is now 23. Also IMO we need a release note.
https://github.com/llvm/llvm-project/pull/177216
More information about the libcxx-commits
mailing list