[libc-commits] [PATCH] D139846: [libc][math] Implement log10 function correctly rounded for all rounding modes

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Sun Jan 8 14:41:30 PST 2023


lntue updated this revision to Diff 487236.
lntue added a comment.

Update log algorithm doc and unit tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139846

Files:
  libc/config/darwin/arm/entrypoints.txt
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/config/windows/entrypoints.txt
  libc/docs/math.rst
  libc/docs/math/log.rst
  libc/spec/stdc.td
  libc/src/__support/FPUtil/CMakeLists.txt
  libc/src/__support/FPUtil/double_double.h
  libc/src/__support/FPUtil/dyadic_float.h
  libc/src/__support/number_pair.h
  libc/src/math/CMakeLists.txt
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/log10.cpp
  libc/src/math/log10.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/log10_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139846.487236.patch
Type: text/x-patch
Size: 84270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230108/350a37be/attachment-0001.bin>


More information about the libc-commits mailing list