[libcxx-commits] [PATCH] D139554: [libc++] Forward to std::memcmp for trivially comparable types in equal
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 21 08:11:39 PST 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb4ecfd3c4675: [libc++] Forward to std::memcmp for trivially comparable types in equal (authored by philnik).
Changed prior to commit:
https://reviews.llvm.org/D139554?vs=499128&id=499187#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139554/new/
https://reviews.llvm.org/D139554
Files:
libcxx/benchmarks/CMakeLists.txt
libcxx/benchmarks/algorithms/equal.bench.cpp
libcxx/docs/ReleaseNotes.rst
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/comp.h
libcxx/include/__algorithm/equal.h
libcxx/include/__algorithm/make_projected.h
libcxx/include/__algorithm/ranges_equal.h
libcxx/include/__algorithm/unwrap_iter.h
libcxx/include/__algorithm/unwrap_range.h
libcxx/include/__functional/identity.h
libcxx/include/__functional/operations.h
libcxx/include/__functional/ranges_operations.h
libcxx/include/__string/constexpr_c_functions.h
libcxx/include/__type_traits/is_equality_comparable.h
libcxx/include/__type_traits/predicate_traits.h
libcxx/include/module.modulemap.in
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/libcxx/type_traits/is_trivially_comparable.compile.pass.cpp
libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp
libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/ranges.equal.pass.cpp
libcxx/test/std/algorithms/robust_against_adl.compile.pass.cpp
libcxx/test/support/test_iterators.h
libcxx/test/support/type_algorithms.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139554.499187.patch
Type: text/x-patch
Size: 45110 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230221/51011b07/attachment-0001.bin>
More information about the libcxx-commits
mailing list