[libc-commits] [PATCH] D134104: [libc][math] Implement exp10f function correctly rounded to all rounding modes.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Sep 19 06:31:28 PDT 2022


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

Sync to head.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134104

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/spec/gnu_ext.td
  libc/src/math/CMakeLists.txt
  libc/src/math/exp10f.h
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/exp10f.cpp
  libc/src/math/generic/explogxf.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/exhaustive/exp10f_test.cpp
  libc/test/src/math/exp10f_test.cpp
  libc/utils/MPFRWrapper/MPFRUtils.cpp
  libc/utils/MPFRWrapper/MPFRUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134104.461196.patch
Type: text/x-patch
Size: 21674 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220919/31218f59/attachment-0001.bin>


More information about the libc-commits mailing list