[libcxx-commits] [PATCH] D145982: [libc++] Implement std::gcd using the binary version

serge via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 26 02:16:21 PDT 2023


serge-sans-paille updated this revision to Diff 525994.
serge-sans-paille added a comment.

Updated benchmark that doesn't focus on a single value: https://quick-bench.com/q/XEb2zlF7cpb_gSjUB2f71X4Hbw8


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

https://reviews.llvm.org/D145982

Files:
  libcxx/include/__bit/countr.h
  libcxx/include/__numeric/gcd_lcm.h
  libcxx/test/libcxx/transitive_includes/cxx23.csv
  libcxx/test/libcxx/transitive_includes/cxx26.csv

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145982.525994.patch
Type: text/x-patch
Size: 3881 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230526/309cc6eb/attachment.bin>


More information about the libcxx-commits mailing list