[libcxx-commits] [PATCH] D118029: Introduce branchless sorting functions for sort3, sort4 and sort5.

Marco Gelmi via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 10 09:46:47 PST 2022


marcogelmi updated this revision to Diff 407588.
marcogelmi added a comment.

- rename sortN_internal to sortN_maybe_branchless
- use _LIBCPP_HIDE_FROM_ABI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118029

Files:
  libcxx/benchmarks/algorithms.bench.cpp
  libcxx/include/__algorithm/sort.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118029.407588.patch
Type: text/x-patch
Size: 9425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220210/609142e0/attachment.bin>


More information about the libcxx-commits mailing list