[all-commits] [llvm/llvm-project] f64a05: [libc][NFC] Implement `FPBits` in terms of `FloatP...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Wed Dec 13 00:23:19 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f64a0576ad4fbdf6a514ae89f90814c8f4c6e254
https://github.com/llvm/llvm-project/commit/f64a0576ad4fbdf6a514ae89f90814c8f4c6e254
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-12-13 (Wed, 13 Dec 2023)
Changed paths:
M libc/src/__support/FPUtil/FPBits.h
M libc/src/__support/FPUtil/Hypot.h
M libc/src/__support/FPUtil/generic/FMod.h
M libc/src/__support/FPUtil/x86_64/LongDoubleBits.h
M libc/src/__support/str_to_float.h
M libc/src/math/generic/acoshf.cpp
M libc/src/math/generic/asinhf.cpp
M libc/src/math/generic/atanhf.cpp
M libc/src/math/generic/erff.cpp
M libc/src/math/generic/explogxf.h
M libc/src/math/generic/inv_trigf_utils.h
M libc/src/math/generic/log.cpp
M libc/src/math/generic/log10.cpp
M libc/src/math/generic/log1p.cpp
M libc/src/math/generic/log2.cpp
M libc/src/math/generic/sinhf.cpp
M libc/src/math/generic/tanhf.cpp
Log Message:
-----------
[libc][NFC] Implement `FPBits` in terms of `FloatProperties` to reduce clutter (#75196)
Also make type naming consistent:
- `UIntType` instead of `intU_t`
- `FPBits` instead of `FPBits_t`, `FPB`
More information about the All-commits
mailing list