[PATCH] D34038: Implement the non-parallel versions of exclusive_scan and transform_exclusive_scan

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 8 09:16:05 PDT 2017


mclow.lists created this revision.

These are part of C++17. Later, we'll get the parallel versions.


https://reviews.llvm.org/D34038

Files:
  include/numeric
  test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan_iter_iter_iter.pass.cpp
  test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan_iter_iter_iter_init_op.pass.cpp
  test/std/numerics/numeric.ops/transform.exclusive.scan/transform_exclusive_scan_iter_iter_iter_init_bop_uop.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34038.101931.patch
Type: text/x-patch
Size: 14567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170608/35016793/attachment-0001.bin>


More information about the cfe-commits mailing list