[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 20:01:59 PDT 2017


mclow.lists updated this revision to Diff 101988.
mclow.lists added a comment.

Added a `_VSTD::`, made some assertions `static_assert`, and addressed Bryce's concerns about doing an init when the input range is empty.


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.101988.patch
Type: text/x-patch
Size: 14782 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170609/8eb5e395/attachment-0001.bin>


More information about the cfe-commits mailing list