[libc-commits] [libc] [libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_BITS` (PR #75489)
Guillaume Chatelet via libc-commits
libc-commits at lists.llvm.org
Thu Dec 14 08:02:46 PST 2023
gchatelet wrote:
I've also substituted a bunch of `(UIntType(1) << FPBits::MANTISSA_WIDTH) - 1` with `MANTISSA_MASK` or now `FRACTION_MASK`.
https://github.com/llvm/llvm-project/pull/75489
More information about the libc-commits
mailing list