This new functionality will help us avoid duplicated code in various
places in the testing infrastructure. Since the string representation
of the wide numbers is to be used by tests, to keep it simple, we
zero-pad the strings.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/src/__support/integer_to_string.h | ||
---|---|---|
186 | I don't think we need to do & MASK in here, as the cast is well-defined. If it's not correct, then we need to fix the cast to uintmax_t instead. |
I don't think we need to do & MASK in here, as the cast is well-defined. If it's not correct, then we need to fix the cast to uintmax_t instead.