Issue 108691
Summary [libcxx][pstl][stdpar] What are the differences between libcxx/include/__pstl and pstl?
Labels
Assignees
Reporter Ehu1
    Why does LLVM currently call std::for_each(std::execution::par, first, last, func) using the implementation under the include/__pstl directory in libcxx, rather than using the PSTL implementation in the LLVM library? Or, in other words, why was __pstl under the libcxx directory created? Are these two projects working on different things?
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to