[libc-commits] [PATCH] D101134: [libc] Add implementation of expm1f.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jun 10 12:05:05 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4e5f8b4d8d9d: [libc] Add implementation of expm1f. (authored by lntue).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101134

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/stdc.td
  libc/src/math/CMakeLists.txt
  libc/src/math/expm1f.h
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/expm1f.cpp
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/differential_testing/CMakeLists.txt
  libc/test/src/math/differential_testing/expm1f_diff.cpp
  libc/test/src/math/differential_testing/expm1f_perf.cpp
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/exhaustive/expm1f_test.cpp
  libc/test/src/math/expm1f_test.cpp
  libc/utils/FPUtil/BitPatterns.h
  libc/utils/FPUtil/CMakeLists.txt
  libc/utils/FPUtil/PolyEval.h
  libc/utils/FPUtil/generic/FMA.h
  libc/utils/MPFRWrapper/MPFRUtils.cpp
  libc/utils/MPFRWrapper/MPFRUtils.h
  libc/utils/mathtools/expm1f.sollya

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101134.351232.patch
Type: text/x-patch
Size: 21103 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210610/86641e22/attachment-0001.bin>


More information about the libc-commits mailing list