[PATCH] D41412: [libcxx] implement <experimental/simd> concat() and split()

Tim Shen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 19 13:21:23 PST 2017


timshen created this revision.
timshen added reviewers: mclow.lists, EricWF.
Herald added a subscriber: sanjoy.

This patch implements the extended version (see P0820) of P0214
concat() and split().


https://reviews.llvm.org/D41412

Files:
  libcxx/include/experimental/simd
  libcxx/test/std/experimental/simd/simd.horizontal/concat.pass.cpp
  libcxx/test/std/experimental/simd/simd.horizontal/split.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41412.127597.patch
Type: text/x-patch
Size: 14191 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171219/e6d80d05/attachment.bin>


More information about the cfe-commits mailing list