[all-commits] [llvm/llvm-project] d5a745: Revert "[libc][NFC] Implement `FPBits` in terms of...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Wed Dec 13 00:54:28 PST 2023
Branch: refs/heads/revert-75196-implement_fp_bits_in_terms_of_float_properties
Home: https://github.com/llvm/llvm-project
Commit: d5a74566ca46cbb84945b0a523ccd44adb075071
https://github.com/llvm/llvm-project/commit/d5a74566ca46cbb84945b0a523ccd44adb075071
Author: Guillaume Chatelet <chatelet.guillaume at gmail.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:
-----------
Revert "[libc][NFC] Implement `FPBits` in terms of `FloatProperties` to reduce clutter (#75196)"
This reverts commit f64a0576ad4fbdf6a514ae89f90814c8f4c6e254.
More information about the All-commits
mailing list