[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
Tue Dec 13 21:49:49 PST 2022


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

Sync to HEAD.


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.482714.patch
Type: text/x-patch
Size: 72759 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221214/e6927535/attachment-0001.bin>


More information about the libc-commits mailing list