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

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Apr 6 07:42:34 PDT 2023


lntue updated this revision to Diff 511415.
lntue added a comment.
Herald added a subscriber: arphaman.

Fix special case log10(1.0f) = 0.0f, and improve performance.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147676

Files:
  libc/docs/math/index.rst
  libc/src/math/generic/common_constants.cpp
  libc/src/math/generic/common_constants.h
  libc/src/math/generic/log10f.cpp
  libc/test/src/math/log10f_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147676.511415.patch
Type: text/x-patch
Size: 38011 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230406/8b695dcf/attachment-0001.bin>


More information about the libc-commits mailing list