[libc-commits] [libc] [libc] Stub handling for the PPC double double type (PR #136614)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Mon Apr 21 14:42:19 PDT 2025


================
@@ -56,7 +56,8 @@ struct FormatSection {
   int precision = -1;
 
   // Needs to be large enough to hold a long double.
-  fputil::FPBits<long double>::StorageType conv_val_raw;
+  fputil::internal::FPLayout<fputil::get_fp_type<long double>()>::StorageType
----------------
jhuber6 wrote:

It's necessary because otherwise we need to define everything in the FPRem interface, since that's the adapter that goes from FPLayout to FPBits.

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


More information about the libc-commits mailing list