diff options
author | Guillaume Chatelet <gchatelet@google.com> | 2023-12-15 13:57:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-15 13:57:35 +0100 |
commit | 3546f4da1975ec65c1ccc5a2372f050c2a9b92aa (patch) | |
tree | 082931360d1fe1b3f5a2c56f2786bf799e983287 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 3a31cf88538ed5282fce5408a48e48265e019ca6 (diff) | |
download | llvm-3546f4da1975ec65c1ccc5a2372f050c2a9b92aa.zip llvm-3546f4da1975ec65c1ccc5a2372f050c2a9b92aa.tar.gz llvm-3546f4da1975ec65c1ccc5a2372f050c2a9b92aa.tar.bz2 |
[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)
This one might be a bit controversial since the terminology has been
introduced from the start but I think `FRACTION_LEN` is a better name
here. AFAICT it really is "the number of bits after the decimal dot when
the number is in normal form."
`MANTISSA_WIDTH` is less precise as it's unclear whether we take the
leading bit into account.
This patch also renames most of the properties to use the `_LEN` suffix
and fixes useless casts or variables.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions