[libc-commits] [PATCH] D147755: [libc][math] Update range reduction step for logf and reduce its latency.

Paul Zimmermann via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Apr 7 00:04:53 PDT 2023


zimmermann6 requested changes to this revision.
zimmermann6 added a comment.
This revision now requires changes to proceed.

the patch fails to apply to main (revision 10cff75 <https://reviews.llvm.org/rG10cff75f12b270d856a4ff36e76a1b8441d6e2ff>):

  $ patch -p1 -i /tmp/D147755.diff 
  patching file libc/src/math/generic/common_constants.h
  Hunk #1 succeeded at 17 with fuzz 2 (offset -3 lines).
  patching file libc/src/math/generic/common_constants.cpp
  Hunk #1 FAILED at 109.
  Hunk #2 succeeded at 102 with fuzz 2 (offset -28 lines).
  1 out of 2 hunks FAILED -- saving rejects to file libc/src/math/generic/common_constants.cpp.rej
  patching file libc/src/math/generic/logf.cpp
  patching file libc/test/src/math/logf_test.cpp


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147755



More information about the libc-commits mailing list