[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:14 PST 2023


================
@@ -39,41 +39,41 @@ enum class FPEncoding {
   X86_ExtendedPrecision,
 };
 
-template <FPType> struct FPBaseProperties {};
+template <FPType> struct FPBaseAttr {};
----------------
legrosbuffle wrote:

Let's add a class comment. Something along the lines of "`FPBaseAttr` defines the layout (sign, exponent, mantissa, ...) of a floating point type in memory.".

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


More information about the libc-commits mailing list