[PATCH] D41376: [libcxx] Implement <simd> ABI for Clang/GCC vector extension, constructors, copy_from and copy_to.
Tim Shen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 27 13:23:08 PDT 2018
timshen added inline comments.
================
Comment at: libcxx/include/experimental/simd:1341
// [simd.class]
// TODO: implement simd
template <class _Tp, class _Abi>
----------------
timshen wrote:
> mclow.lists wrote:
> > Is this TODO still necessary?
> I think so, as some operations are still not implemented, for example operator++().
For test coverage I turned many of the tests into templates, in the hope not to duplicate the text and increase the coverage. I'm not sure if you like the idea.
https://reviews.llvm.org/D41376
More information about the cfe-commits
mailing list