<div dir="ltr">Hi all,<div><br></div><div>This is just a PSA that as of r302752, 3 parallel algorithms (for_each, for_each_n, and sort) are available in llvm/Support/Parallel.h.  </div><div><br></div><div>Effort was made to match the C++ Parallelism TS N4507 [<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4507.pdf" target="_blank">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4507.pdf</a>] as closely as possible, but some aspects were intentionally omitted.</div><div><br></div><div>No support is added for the executor proposal N4406 [<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4406.pdf" target="_blank">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4406.pdf</a>], but I plan to try to work on this in the future, with no specified timeline.</div><div><br></div><div><br></div></div>