[all-commits] [llvm/llvm-project] b86153: [libc][complex] fix compiler support matrix for cf...

Shourya Goel via All-commits all-commits at lists.llvm.org
Sun Jan 12 21:53:58 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b86153919652302982356990d93fda4ad9ddae30
      https://github.com/llvm/llvm-project/commit/b86153919652302982356990d93fda4ad9ddae30
  Author: Shourya Goel <shouryagoel10000 at gmail.com>
  Date:   2025-01-13 (Mon, 13 Jan 2025)

  Changed paths:
    M libc/include/llvm-libc-types/cfloat128.h

  Log Message:
  -----------
  [libc][complex] fix compiler support matrix for cfloat128 (#122593)

Before this patch, [godbolt](https://godbolt.org/z/6PPsvv9qd) failed to
compile `cfloat128` with `-ffreestanding` but with the patch, the
compilation succeeds, [godbolt](https://godbolt.org/z/4M8zzejss).

Fixes: #122500

cc: @nickdesaulniers



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