[PATCH] D41148: [libcxx] implement <experimental/simd> declarations based on P0214R7.
Tim Shen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 21 16:42:48 PDT 2018
timshen added inline comments.
================
Comment at: libcxx/include/experimental/simd:669
+
+#if _LIBCPP_STD_VER > 14 && !defined(_LIBCPP_HAS_NO_VARIABLE_TEMPLATES)
+template <class _Tp>
----------------
mclow.lists wrote:
> Isn't the parallelism TS based on C++17?
>
I intended to have a C++11 (and C++14) compatible implementation.
https://reviews.llvm.org/D41148
More information about the cfe-commits
mailing list