[PATCH] D44663: [libcxx] Update <experimental/simd> with R9 changes
Tim Shen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 19 17:46:34 PDT 2018
timshen created this revision.
timshen added a reviewer: mclow.lists.
Herald added subscribers: christof, sanjoy.
Herald added a reviewer: EricWF.
- change the uses of abi_for_size to simd_abi::deduce.
- remove the const in const_where_expression's template.
https://reviews.llvm.org/D44663
Files:
libcxx/include/experimental/simd
libcxx/test/std/experimental/simd/simd.elementwise/operators.pass.cpp
libcxx/test/std/experimental/simd/simd.horizontal/concat.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/split.pass.cpp
libcxx/test/std/experimental/simd/simd.traits/abi_for_size.pass.cpp
libcxx/test/std/experimental/simd/simd.traits/simd_abi_deduce.pass.cpp
libcxx/test/std/experimental/simd/simd.whereexpr/where.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44663.139055.patch
Type: text/x-patch
Size: 30019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180320/349349c6/attachment-0001.bin>
More information about the cfe-commits
mailing list