[libc-commits] [PATCH] D76825: [libc] Move implementations of cosf, sinf, sincosf to src/math directory.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Apr 8 23:57:55 PDT 2020
sivachandra updated this revision to Diff 256195.
sivachandra added a comment.
Not yet ready for review. Changes in this update:
- Add test infrastructure for math functions which uses MPFR.
- Add tests for cosf and sinf
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76825/new/
https://reviews.llvm.org/D76825
Files:
libc/AOR_v20.02/math/cosf.c
libc/AOR_v20.02/math/sincosf.c
libc/AOR_v20.02/math/sincosf.h
libc/AOR_v20.02/math/sincosf_data.c
libc/AOR_v20.02/math/sinf.c
libc/config/linux/api.td
libc/lib/CMakeLists.txt
libc/src/__support/common.h.def
libc/src/math/CMakeLists.txt
libc/src/math/cosf.cpp
libc/src/math/cosf.h
libc/src/math/math_utils.h
libc/src/math/sincosf.cpp
libc/src/math/sincosf.h
libc/src/math/sincosf_data.cpp
libc/src/math/sincosf_utils.h
libc/src/math/sinf.cpp
libc/src/math/sinf.h
libc/test/src/CMakeLists.txt
libc/test/src/math/CMakeLists.txt
libc/test/src/math/cosf_test.cpp
libc/test/src/math/float.h
libc/test/src/math/sinf_test.cpp
libc/utils/CMakeLists.txt
libc/utils/MPFRWrapper/CMakeLists.txt
libc/utils/MPFRWrapper/MPFRUtils.cpp
libc/utils/MPFRWrapper/MPFRUtils.h
libc/utils/MPFRWrapper/check_mpfr.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76825.256195.patch
Type: text/x-patch
Size: 45539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200409/96ad286f/attachment-0001.bin>
More information about the libc-commits
mailing list