[all-commits] [llvm/llvm-project] ae1d75: [libc][math] Guard f16 math headers to fix certain...

Sonal Pinto via All-commits all-commits at lists.llvm.org
Mon Jun 1 01:58:56 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ae1d75e6071e51fff924c6904852fc3a2ae56687
      https://github.com/llvm/llvm-project/commit/ae1d75e6071e51fff924c6904852fc3a2ae56687
  Author: Sonal Pinto <sonalpinto at gmail.com>
  Date:   2026-06-01 (Mon, 01 Jun 2026)

  Changed paths:
    M libc/src/__support/math/expxf16_utils.h
    M libc/src/__support/math/hypotf16.h

  Log Message:
  -----------
  [libc][math] Guard f16 math headers to fix certain 32-bit ARM builds (#200715)

Wrap hypotf16.h and expxf16_utils.h in LIBC_TYPES_HAS_FLOAT16 macros
like other flaot16 math headers. This fixes build breaks on systems
where float16 is unsupported (like some 32-bit ARM).



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