[libc-commits] [PATCH] D129275: [libc][math] Added coshf function.

Paul Zimmermann via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jul 12 05:15:41 PDT 2022


zimmermann6 added a comment.

In D129275#3645017 <https://reviews.llvm.org/D129275#3645017>, @orex wrote:

> Yes. You should first apply D129005 <https://reviews.llvm.org/D129005>, after D129215 <https://reviews.llvm.org/D129215> and after that one. The initial revision were cut to several ones to improve review process and new function deployment.

thank you. I get one patch failure when I merge the last patch:

  $ patch -p1 -i /tmp/D129275.diff
  patching file libc/config/darwin/arm/entrypoints.txt
  Hunk #1 succeeded at 111 (offset 1 line).
  patching file libc/config/linux/aarch64/entrypoints.txt
  Hunk #1 succeeded at 130 (offset 1 line).
  patching file libc/config/linux/x86_64/entrypoints.txt
  Hunk #1 succeeded at 136 (offset 1 line).
  patching file libc/config/windows/entrypoints.txt
  Hunk #1 succeeded at 114 (offset 1 line).
  patching file libc/spec/stdc.td
  patching file libc/src/__support/FPUtil/FPBits.h
  Hunk #1 FAILED at 57.
  Hunk #2 succeeded at 154 (offset 4 lines).
  1 out of 2 hunks FAILED -- saving rejects to file libc/src/__support/FPUtil/FPBits.h.rej
  patching file libc/src/math/CMakeLists.txt
  patching file libc/src/math/coshf.h
  patching file libc/src/math/generic/CMakeLists.txt
  patching file libc/src/math/generic/coshf.cpp
  patching file libc/test/src/math/CMakeLists.txt
  Hunk #1 succeeded at 1314 (offset 3 lines).
  patching file libc/test/src/math/coshf_test.cpp
  patching file libc/test/src/math/exhaustive/CMakeLists.txt
  patching file libc/test/src/math/exhaustive/coshf_test.cpp
  patching file libc/utils/MPFRWrapper/MPFRUtils.h
  patching file libc/utils/MPFRWrapper/MPFRUtils.cpp

This is on top of revision 1301995 <https://reviews.llvm.org/rG13019955bfac1706bebe8211ace773e44410730f> (main).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129275/new/

https://reviews.llvm.org/D129275



More information about the libc-commits mailing list