Skip to content

Commit 61efc89

Browse files
Siva Chandra Reddymemfrob
authored andcommitted
[libc] Move implementations of cosf, sinf, sincosf to src/math directory.
NFC intended in the implementaton. Only mechanical changes to fit the LLVM libc implementation standard have been done. Math testing infrastructure has been added. This infrastructure compares the results produced by the libc with the high precision results from MPFR. Tests making use of this infrastructure have been added for cosf, sinf and sincosf. Reviewers: abrachet, phosek Differential Revision: https://reviews.llvm.org/D76825
1 parent a982c68 commit 61efc89

34 files changed

+1238
-541
lines changed

libc/AOR_v20.02/math/cosf.c

Lines changed: 0 additions & 64 deletions
This file was deleted.

libc/AOR_v20.02/math/sincosf.c

Lines changed: 0 additions & 80 deletions
This file was deleted.

libc/AOR_v20.02/math/sincosf.h

Lines changed: 0 additions & 154 deletions
This file was deleted.

libc/AOR_v20.02/math/sincosf_data.c

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)