[libc-commits] [libc] [llvm] [libc] Move printf long double to simple calc (PR #75414)

via libc-commits libc-commits at lists.llvm.org
Fri Jan 19 10:52:32 PST 2024


================
@@ -27,6 +27,11 @@ namespace LIBC_NAMESPACE::cpp {
 
 template <size_t Bits, bool Signed> struct BigInt {
 
+  // This being hardcoded as 64 is okay because we're using uint64_t as our
----------------
michaelrj-google wrote:

I've done that, though I'm leaving the large scale refactoring for a followup patch.

https://github.com/llvm/llvm-project/pull/75414


More information about the libc-commits mailing list