[libc-commits] [PATCH] D159143: [libc][math] Implement double precision exp10 function correctly rounded for all rounding modes.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Aug 30 05:43:59 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG76bb278ebb3e: [libc][math] Implement double precision exp10 function correctly rounded for… (authored by lntue).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159143

Files:
  libc/config/darwin/arm/entrypoints.txt
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/riscv64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/config/windows/entrypoints.txt
  libc/docs/math/index.rst
  libc/spec/gnu_ext.td
  libc/src/math/CMakeLists.txt
  libc/src/math/exp10.h
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/exp10.cpp
  libc/src/math/generic/exp2.cpp
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/exp10_test.cpp
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel
  utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159143.554672.patch
Type: text/x-patch
Size: 32511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230830/490bed65/attachment-0001.bin>


More information about the libc-commits mailing list