[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 May 6 22:42:16 PDT 2020
sivachandra updated this revision to Diff 262548.
sivachandra added a comment.
- Rebase and add tests
- Address comments from @abrachet
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.262548.patch
Type: text/x-patch
Size: 31726 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200507/ff3da5db/attachment-0001.bin>
More information about the libc-commits
mailing list