[all-commits] [llvm/llvm-project] 198238: [libc][NFC] Remove remaining specializations in Fl...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Tue Dec 12 04:06:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 198238a598f3b4cfd8cf22e824ff6a3382f5f01e
https://github.com/llvm/llvm-project/commit/198238a598f3b4cfd8cf22e824ff6a3382f5f01e
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
M libc/src/__support/FPUtil/FloatProperties.h
M libc/src/__support/FPUtil/x86_64/LongDoubleBits.h
Log Message:
-----------
[libc][NFC] Remove remaining specializations in FloatProperties (#75165)
This patch sinks `EXPLICIT_BIT_MASK` into `get_explicit_mantissa` - the
only function using it. Then it sinks the content of
`FPCommonProperties` directly into `FPProperties`.
More information about the All-commits
mailing list