[all-commits] [llvm/llvm-project] 4486fc: [libc] Add proxy header for float.h. (#93504)

lntue via All-commits all-commits at lists.llvm.org
Tue May 28 16:14:47 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4486fcba756bfa4c8729673a9533578232f0bc04
      https://github.com/llvm/llvm-project/commit/4486fcba756bfa4c8729673a9533578232f0bc04
  Author: lntue <35648136+lntue at users.noreply.github.com>
  Date:   2024-05-28 (Tue, 28 May 2024)

  Changed paths:
    M libc/hdr/CMakeLists.txt
    A libc/hdr/float_macros.h
    M libc/include/llvm-libc-macros/float-macros.h
    M libc/src/__support/macros/properties/CMakeLists.txt
    M libc/src/__support/macros/properties/types.h
    M libc/src/math/generic/CMakeLists.txt
    M libc/src/math/generic/scalbn.cpp
    M libc/src/math/generic/scalbnf.cpp
    M libc/src/math/generic/scalbnf128.cpp
    M libc/src/math/generic/scalbnl.cpp
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [libc] Add proxy header for float.h. (#93504)

This is the continuation of
https://github.com/llvm/llvm-project/pull/88674.

Fixes #88433, #90496.

---------

Co-authored-by: aniplcc <aniplccode at gmail.com>



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