[all-commits] [llvm/llvm-project] f69c83: [libc][NFC] Remove ExponentWidth traits (#75362)
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Thu Dec 14 01:08:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f69c83f8dabf4785b7075da4811ab5122b5043ce
https://github.com/llvm/llvm-project/commit/f69c83f8dabf4785b7075da4811ab5122b5043ce
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-12-14 (Thu, 14 Dec 2023)
Changed paths:
M libc/src/__support/FPUtil/FPBits.h
M libc/src/__support/FPUtil/NormalFloat.h
M libc/src/stdio/printf_core/float_hex_converter.h
Log Message:
-----------
[libc][NFC] Remove ExponentWidth traits (#75362)
Is it redundant with `FloatProperties::EXPONENT_WIDTH` and does bear its
weight.
More information about the All-commits
mailing list