[libc-commits] [PATCH] D150014: [libc][math] Make log10 correctly rounded for non-FMA targets and improve itsperformance.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri May 5 19:13:36 PDT 2023


lntue created this revision.
lntue added reviewers: michaelrj, sivachandra, renyichen, santoshn, zimmermann6, cqlauter.
Herald added subscribers: ecnelises, tschuett.
Herald added projects: libc-project, All.
lntue requested review of this revision.

Make log10 correctly rounded for non-FMA targets and improve its
performance.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150014

Files:
  libc/src/__support/FPUtil/double_double.h
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/common_constants.cpp
  libc/src/math/generic/common_constants.h
  libc/src/math/generic/log10.cpp
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/log10_test.cpp
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150014.520019.patch
Type: text/x-patch
Size: 123312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230506/dfaca123/attachment-0001.bin>


More information about the libc-commits mailing list