[all-commits] [llvm/llvm-project] 5ddd7b: [reland][libc][NFC] Refactor FPBits and remove Lon...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Wed Jan 17 08:39:00 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ddd7bc38ce3c417637c1c5c506353f1faad4e2d
https://github.com/llvm/llvm-project/commit/5ddd7bc38ce3c417637c1c5c506353f1faad4e2d
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M libc/src/__support/FPUtil/FPBits.h
M libc/src/__support/FPUtil/generic/sqrt_80_bit_long_double.h
R libc/src/__support/FPUtil/x86_64/LongDoubleBits.h
M libc/src/__support/FPUtil/x86_64/NextAfterLongDouble.h
M libc/src/__support/UInt.h
M libc/test/src/__support/FPUtil/fpbits_test.cpp
M libc/test/utils/FPUtil/x86_long_double_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
A utils/bazel/llvm-project-overlay/libc/test/src/__support/FPUtil/BUILD.bazel
Log Message:
-----------
[reland][libc][NFC] Refactor FPBits and remove LongDoubleBits specialization (#78465)
- [reland] #78192
- [reland] #78447
- Turn `as` static function into a `to_storage_type` member function.
More information about the All-commits
mailing list