[libc-commits] [PATCH] D150131: [libc][math] Implement double precision log function correctly rounded to all rounding modes.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Sun May 21 07:53:20 PDT 2023


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

Sync to HEAD.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150131

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/spec/stdc.td
  libc/src/math/CMakeLists.txt
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/common_constants.cpp
  libc/src/math/generic/common_constants.h
  libc/src/math/generic/log.cpp
  libc/src/math/generic/log10.cpp
  libc/src/math/generic/log_range_reduction.h
  libc/src/math/log.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/log_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150131.524104.patch
Type: text/x-patch
Size: 169480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230521/3bea090f/attachment-0001.bin>


More information about the libc-commits mailing list