[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 Mar 25 22:11:48 PDT 2020
sivachandra created this revision.
Herald added subscribers: libc-commits, tschuett, MaskRay, mgorny.
Herald added a project: libc-project.
sivachandra added a comment.
sivachandra edited the summary of this revision.
sivachandra edited the summary of this revision.
sivachandra added a parent revision: D76826: [libc] Extend add_object rule to handle helper object libraries..
This patch is not ready for review yet. For one, it does not have any tests. I am only sharing to showcase the move early.
NFC intended. Only mechanical changes to fit the LLVM libc implementation
standard have been done.
Depends on D76826 <https://reviews.llvm.org/D76826>.
Repository:
rG LLVM Github Monorepo
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76825.252747.patch
Type: text/x-patch
Size: 31736 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200326/5fd5a97f/attachment-0001.bin>
More information about the libc-commits
mailing list