[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
Fri May 26 09:17:12 PDT 2023


philnik updated this revision to Diff 526095.
philnik added a comment.

Fix stuff


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151521/new/

https://reviews.llvm.org/D151521

Files:
  libcxx/benchmarks/CMakeLists.txt
  libcxx/benchmarks/algorithms/reduce.bench.cpp
  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/reduce/reduce.pass.cpp
  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.526095.patch
Type: text/x-patch
Size: 9446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230526/b2afbd55/attachment.bin>


More information about the libcxx-commits mailing list