[libcxx-commits] [PATCH] D144362: [libcxx] Updated <experimental/simd> based on Parallelism-TS N4808
Yin Zhang via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 9 01:31:47 PST 2023
Joy12138 added inline comments.
================
Comment at: libcxx/include/experimental/simd:68
+
+_LIBCPP_BEGIN_NAMESPACE_EXPERIMENTAL
+inline namespace parallelism_v2 {
----------------
philnik wrote:
> Since this is all new code, please clang-format the whole file.
I tried `git clang-format HEAD~1` and it said `clang-format did not modify any files`.
Is there anything in this file that does not conform to the LLVM/libcxx Coding Standards?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144362/new/
https://reviews.llvm.org/D144362
More information about the libcxx-commits
mailing list