[libc-commits] [libc] [libc] Optimize BigInt→decimal in IntegerToString (PR #123580)
via libc-commits
libc-commits at lists.llvm.org
Mon Feb 3 11:06:22 PST 2025
================
@@ -297,6 +298,51 @@ TEST(LlvmLibcIntegerToStringTest, Sign) {
EXPECT(DEC, 1, "+1");
}
+TEST(LlvmLibcIntegerToStringTest, BigInt_Base_10) {
----------------
lntue wrote:
Thanks! And maybe they won't have to be touched too much in the future.
https://github.com/llvm/llvm-project/pull/123580
More information about the libc-commits
mailing list