[libcxx-commits] [PATCH] D144362: [libcxx] Updated <experimental/simd> based on Parallelism-TS N4808

Yin Zhang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 8 22:27:01 PST 2023


Joy12138 added inline comments.


================
Comment at: libcxx/include/CMakeLists.txt:787
   cwchar
   cwctype
   deque
----------------
philnik wrote:
> I think it would be good to add a status paper, so it's easier to see what it already implemented and what you want to implement in a particular patch. I'd be fine with just having the big groups in it for now and split them up as we implement more. You can look at `libcxx/docs/Status/Zip{.rst,Projects.csv}` for an example.
> This should be a good start:
> ```
> Section,Description,Dependencies,Assignee,Complete
> | [parallel.exceptions], "Parallel Exceptions", None, unassigned, |Not Started|
> | [parallel.execpol], "Execution policies", None, unassigned, |Not Started|
> | [parallel.alg], "Parallel algorithms", None, unassigned, |Not Started|
> | [parallel.taskblock], "Task Block", None, unassigned, |Not Started|
> | [parallel.simd.abi], "simd ABI tags", None, unassigned, |Not Started|
> | [parallel.simd.traits], "simd type traits", None, unassigned, |Not Started|
> | [parallel.simd.whereexpr], "Where expression class templates", None, unassigned, |Not Started|
> | [parallel.simd.class], "Class template simd", None, unassigned, |Not Started|
> | [parallel.simd.nonmembers], "simd non-member operations", None, unassigned, |Not Started|
> | [parallel.simd.mask.class], "Reductions", None, unassigned, |Not Started|
> | [parallel.simd.mask.nonmembers], "Non-member operations", None, unassigned, |Not Started|
> ```
> 
I added the status paper in D145652. I'm not sure if the naming and format are appropriate. Please help to review, thank you.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144362/new/

https://reviews.llvm.org/D144362



More information about the libcxx-commits mailing list