[libc-commits] [libc] [libc] Optimize BigInt→decimal in IntegerToString (PR #123580)
via libc-commits
libc-commits at lists.llvm.org
Mon Feb 3 08:40:41 PST 2025
================
@@ -297,6 +298,51 @@ TEST(LlvmLibcIntegerToStringTest, Sign) {
EXPECT(DEC, 1, "+1");
}
+TEST(LlvmLibcIntegerToStringTest, BigInt_Base_10) {
----------------
lntue wrote:
Do you mind adding some tests for `BigInt` with `uint32_t` and `uint16_t` word types?
https://github.com/llvm/llvm-project/pull/123580
More information about the libc-commits
mailing list