[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
Wed Apr 29 16:46:21 PDT 2020


sivachandra created this revision.
Herald added subscribers: libc-commits, tschuett, mgorny.
Herald added a project: libc-project.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79149

Files:
  libc/config/linux/api.td
  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.h
  libc/src/math/sincosf.cpp
  libc/src/math/sinf.cpp
  libc/test/src/math/CMakeLists.txt
  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.261094.patch
Type: text/x-patch
Size: 21963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200429/41e2f87f/attachment-0001.bin>


More information about the libc-commits mailing list