Skip to content

Commit

Permalink
[libc] Move implementations of cosf, sinf, sincosf to src/math direct…
Browse files Browse the repository at this point in the history
…ory.

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
  • Loading branch information
Siva Chandra Reddy committed Apr 16, 2020
1 parent 44c4ba3 commit 5fedf7f
Show file tree
Hide file tree
Showing 34 changed files with 1,238 additions and 541 deletions.
64 changes: 0 additions & 64 deletions libc/AOR_v20.02/math/cosf.c

This file was deleted.

80 changes: 0 additions & 80 deletions libc/AOR_v20.02/math/sincosf.c

This file was deleted.

154 changes: 0 additions & 154 deletions libc/AOR_v20.02/math/sincosf.h

This file was deleted.

64 changes: 0 additions & 64 deletions libc/AOR_v20.02/math/sincosf_data.c

This file was deleted.

Loading

0 comments on commit 5fedf7f

Please sign in to comment.