[libcxx-commits] [libcxx] [libc++] Improve performance of std::midpoint for small types (PR #192804)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 7 00:27:52 PDT 2026
serge-sans-paille wrote:
@philnik777 there was an issue on some platform when `_BigInt` went over 128bits, I wonder if that's platform-specific, or if we have the guarantee that it's always available for at least 128bits?
https://github.com/llvm/llvm-project/pull/192804
More information about the libcxx-commits
mailing list