[PATCH] D41148: [libcxx] implement <experimental/simd> declarations based on P0214R7.

Tim Shen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 12 17:41:29 PST 2017


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

The patch includes all declarations, and also implements the following features:

- ABI.
- narrowing-conversion related SFIANE, including simd<> ctors and (static_)simd_cast.


https://reviews.llvm.org/D41148

Files:
  libcxx/include/experimental/simd
  libcxx/test/std/experimental/simd/ctor.pass.cpp
  libcxx/test/std/experimental/simd/nothing_to_do.pass.cpp
  libcxx/test/std/experimental/simd/simd_cast.pass.cpp
  libcxx/test/std/experimental/simd/traits.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41148.126662.patch
Type: text/x-patch
Size: 69246 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171213/afe899f5/attachment-0001.bin>


More information about the cfe-commits mailing list