[all-commits] [llvm/llvm-project] 18a8bf: [libc++][PSTL] Remove configurations flags
philnik777 via All-commits
all-commits at lists.llvm.org
Wed May 3 08:05:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18a8bfa29707b957ff6c3d23f4a70a7d22f171e1
https://github.com/llvm/llvm-project/commit/18a8bfa29707b957ff6c3d23f4a70a7d22f171e1
Author: Nikolas Klauser <n_klauser at apple.com>
Date: 2023-05-03 (Wed, 03 May 2023)
Changed paths:
M libcxx/include/__pstl/internal/algorithm_impl.h
M libcxx/include/__pstl/internal/execution_defs.h
M libcxx/include/__pstl/internal/numeric_impl.h
M libcxx/include/__pstl/internal/parallel_backend.h
M libcxx/include/__pstl/internal/pstl_config.h
M libcxx/include/__pstl/internal/unseq_backend_simd.h
Log Message:
-----------
[libc++][PSTL] Remove configurations flags
Some configurations flags are always the same. We can just remove them to make the code a bit cleaner.
Reviewed By: ldionne, #libc
Spies: pcwang-thead, libcxx-commits, miyuki
Differential Revision: https://reviews.llvm.org/D149502
More information about the All-commits
mailing list