[libc-commits] [PATCH] D79149: [libc] Move implementations of expf and exp2f from the AOR to src/math.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri May 15 13:04:13 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG96d85726b0fc: [libc] Move implementations of expf and exp2f from the AOR to src/math. (authored by sivachandra).

Changed prior to commit:
  https://reviews.llvm.org/D79149?vs=262548&id=264321#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79149

Files:
  libc/config/linux/api.td
  libc/lib/CMakeLists.txt
  libc/spec/stdc.td
  libc/src/math/CMakeLists.txt
  libc/src/math/cosf.cpp
  libc/src/math/exp2f.cpp
  libc/src/math/exp2f.h
  libc/src/math/exp_utils.cpp
  libc/src/math/exp_utils.h
  libc/src/math/expf.cpp
  libc/src/math/expf.h
  libc/src/math/math_utils.cpp
  libc/src/math/math_utils.h
  libc/src/math/sincosf.cpp
  libc/src/math/sinf.cpp
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/exp2f_test.cpp
  libc/test/src/math/expf_test.cpp
  libc/utils/MPFRWrapper/MPFRUtils.cpp
  libc/utils/MPFRWrapper/MPFRUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79149.264321.patch
Type: text/x-patch
Size: 32493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200515/ae6cc5e5/attachment-0001.bin>


More information about the libc-commits mailing list