[libc-commits] [libc] [libc][NFC] fix int warnings in float conversion (PR #74379)

via libc-commits libc-commits at lists.llvm.org
Mon Dec 4 16:33:47 PST 2023


================
@@ -121,6 +121,7 @@ template <size_t Bits, bool Signed> struct BigInt {
         return lo;
       }
     } else {
+      // TODO: silence shift warning
----------------
michaelrj-google wrote:

I'm going to leave fixing this warning for a followup patch.

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


More information about the libc-commits mailing list