[PATCH] D41422: [libcxx] implement <experimental/simd> operators and reduction.

Tim Shen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 19 16:54:59 PST 2017


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

This patch completes the implementation of simd<> and related operations.


https://reviews.llvm.org/D41422

Files:
  libcxx/include/experimental/simd
  libcxx/test/std/experimental/simd/simd.elementwise/clamp.pass.cpp
  libcxx/test/std/experimental/simd/simd.elementwise/max.pass.cpp
  libcxx/test/std/experimental/simd/simd.elementwise/min.pass.cpp
  libcxx/test/std/experimental/simd/simd.elementwise/minmax.pass.cpp
  libcxx/test/std/experimental/simd/simd.elementwise/operators.pass.cpp
  libcxx/test/std/experimental/simd/simd.horizontal/hmax.pass.cpp
  libcxx/test/std/experimental/simd/simd.horizontal/hmin.pass.cpp
  libcxx/test/std/experimental/simd/simd.horizontal/reduce.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41422.127626.patch
Type: text/x-patch
Size: 27132 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171220/fbefcf6f/attachment-0001.bin>


More information about the cfe-commits mailing list