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

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Aug 22 14:38:28 PDT 2023


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

Remove unused template.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158551

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/stdc.td
  libc/src/__support/FPUtil/PolyEval.h
  libc/src/__support/FPUtil/double_double.h
  libc/src/__support/FPUtil/dyadic_float.h
  libc/src/__support/FPUtil/multiply_add.h
  libc/src/math/CMakeLists.txt
  libc/src/math/exp.h
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/exp.cpp
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/exp_test.cpp
  libc/test/src/math/log10_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158551.552512.patch
Type: text/x-patch
Size: 47893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230822/784a8923/attachment-0001.bin>


More information about the libc-commits mailing list