[libcxx-commits] [PATCH] D151521: [libc++] Optimize transform_reduce for floating point types
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 25 16:59:02 PDT 2023
philnik created this revision.
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++.
The standard doesn't define the order of execution for transform_reduce on purpose, so we might as well make use of it.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D151521
Files:
libcxx/benchmarks/CMakeLists.txt
libcxx/benchmarks/algorithms/transform_reduce.bench.cpp
libcxx/include/__config
libcxx/include/__functional/operations.h
libcxx/include/__numeric/reduce.h
libcxx/include/__numeric/transform_reduce.h
libcxx/include/__type_traits/operation_traits.h
libcxx/test/std/numerics/numeric.ops/transform.reduce/transform_reduce_iter_iter_iter_init.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151521.525884.patch
Type: text/x-patch
Size: 7817 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230525/4256930e/attachment-0001.bin>
More information about the libcxx-commits
mailing list