[libcxx-commits] [PATCH] D149502: [libc++][PSTL] Remove configurations flags
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 28 17:37:54 PDT 2023
philnik created this revision.
philnik added a reviewer: ldionne.
Herald added a subscriber: miyuki.
Herald added a project: All.
philnik requested review of this revision.
Herald added subscribers: libcxx-commits, pcwang-thead.
Herald added a project: libc++.
Herald added a reviewer: libc++.
Some configurations flags are always the same. We can just remove them to make the code a bit cleaner.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D149502
Files:
libcxx/include/__pstl/internal/algorithm_impl.h
libcxx/include/__pstl/internal/execution_defs.h
libcxx/include/__pstl/internal/numeric_impl.h
libcxx/include/__pstl/internal/parallel_backend.h
libcxx/include/__pstl/internal/pstl_config.h
libcxx/include/__pstl/internal/unseq_backend_simd.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149502.518102.patch
Type: text/x-patch
Size: 15123 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230429/95ef0573/attachment-0001.bin>
More information about the libcxx-commits
mailing list