[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:04:32 PST 2023


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

bits has to be a multiple of 64, see line 30.

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


More information about the libc-commits mailing list