[all-commits] [llvm/llvm-project] 4275a7: [libc] Fix long double is double double const (#11...

Michael Jones via All-commits all-commits at lists.llvm.org
Tue Oct 22 07:32:19 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4275a731249c5becec666f47d26254695fd7f468
      https://github.com/llvm/llvm-project/commit/4275a731249c5becec666f47d26254695fd7f468
  Author: Michael Jones <michaelrj at google.com>
  Date:   2024-10-22 (Tue, 22 Oct 2024)

  Changed paths:
    M libc/src/__support/macros/properties/types.h

  Log Message:
  -----------
  [libc] Fix long double is double double const (#113258)

Turns out for double double LDBL_MANT_DIG == 106. This patch fixes the
constant. Should fix the ppc buildbot.

Previously:
https://github.com/llvm/llvm-project/pull/113235
https://github.com/llvm/llvm-project/issues/113237
https://github.com/llvm/llvm-project/pull/91651



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