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

Michael Jones via libc-commits libc-commits at lists.llvm.org
Mon Apr 21 14:39:53 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
----------------
michaelrj-google wrote:

this change shouldn't be necessary, we should probably make sure the template gets pulled all the way through instead.

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


More information about the libc-commits mailing list