[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 15:09:14 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:

Okay, I got what you meant and it seems to work now. I don't get any errors when I compile a test program with `--target=powerpc64le`.

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


More information about the libc-commits mailing list