[libc-commits] [PATCH] D115408: [libc] Implement correctly rounded logf based on RLIBM library.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Dec 8 16:36:22 PST 2021


lntue created this revision.
lntue added reviewers: sivachandra, michaelrj, santoshn, jpl169, zimmermann6.
Herald added subscribers: ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
lntue requested review of this revision.

Implement correctly rounded logf based on RLIBM library: https://people.cs.rutgers.edu/~sn349/rlibm/.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115408

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/config/windows/entrypoints.txt
  libc/spec/stdc.td
  libc/src/__support/FPUtil/PolyEval.h
  libc/src/__support/FPUtil/x86_64/FMA.h
  libc/src/__support/FPUtil/x86_64/PolyEvalDouble.h
  libc/src/__support/FPUtil/x86_64/PolyEvalFloat.h
  libc/src/math/CMakeLists.txt
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/logf.cpp
  libc/src/math/logf.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/differential_testing/CMakeLists.txt
  libc/test/src/math/differential_testing/logf_diff.cpp
  libc/test/src/math/differential_testing/logf_perf.cpp
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/exhaustive/logf_test.cpp
  libc/test/src/math/expm1f_test.cpp
  libc/test/src/math/logf_test.cpp
  libc/utils/MPFRWrapper/MPFRUtils.cpp
  libc/utils/MPFRWrapper/MPFRUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115408.392978.patch
Type: text/x-patch
Size: 28882 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211209/ed5ac67c/attachment-0001.bin>


More information about the libc-commits mailing list