[all-commits] [llvm/llvm-project] cc6def: [libc] Special case PPC double double for print (#...

Joseph Huber via All-commits all-commits at lists.llvm.org
Wed Apr 23 08:36:37 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cc6def4b7521676fd339936d027e48928e0ba398
      https://github.com/llvm/llvm-project/commit/cc6def4b7521676fd339936d027e48928e0ba398
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2025-04-23 (Wed, 23 Apr 2025)

  Changed paths:
    M libc/src/stdio/printf_core/core_structs.h

  Log Message:
  -----------
  [libc] Special case PPC double double for print (#136614)

Summary:
We use the storage class for `long double` in the printing
implementations. We don't fully support the PPC double double type,
which that maps to, but we can stub out just the support needed for the
print interface to works. This required using the internal interface for
storage type, but it should be good enough.

Fixes: https://github.com/llvm/llvm-project/issues/136596



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list