[libc-commits] [libc] [libc][NFC] Remove `FloatProperties` (PR #76508)

Clement Courbet via libc-commits libc-commits at lists.llvm.org
Thu Dec 28 08:00:15 PST 2023


================
@@ -85,9 +85,9 @@ template <> struct FPBaseProperties<FPType::X86_Binary80> {
 } // namespace internal
 
 template <FPType fp_type>
-struct FPProperties : public internal::FPBaseProperties<fp_type> {
+struct FPBaseMasksAndShifts : public internal::FPBaseAttr<fp_type> {
----------------
legrosbuffle wrote:

Doc ? "`FPBaseMasksAndShifts` derives useful constants from the `FPBaseAttr` layout"

https://github.com/llvm/llvm-project/pull/76508


More information about the libc-commits mailing list