[libc-commits] [PATCH] D79724: [libc] Consolidate floating point utils into a single utils library.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon May 11 09:39:58 PDT 2020
sivachandra created this revision.
sivachandra added reviewers: abrachet, phosek.
Herald added subscribers: libc-commits, tschuett, mgorny.
Herald added a project: libc-project.
sivachandra added a child revision: D79725: [libc] Add implementation of fabs and fabsf..
A new utils library named 'fputil' is added. This library is used in
math tests and the MPFR wrapper. The math implementations will be
modified to use this library in a later round.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D79724
Files:
libc/test/src/math/CMakeLists.txt
libc/test/src/math/cosf_test.cpp
libc/test/src/math/float.h
libc/test/src/math/sdcomp26094.h
libc/test/src/math/sincosf_test.cpp
libc/test/src/math/sinf_test.cpp
libc/utils/CMakeLists.txt
libc/utils/FPUtil/BitPatterns.h
libc/utils/FPUtil/CMakeLists.txt
libc/utils/FPUtil/FloatOperations.h
libc/utils/FPUtil/FloatProperties.h
libc/utils/MPFRWrapper/CMakeLists.txt
libc/utils/MPFRWrapper/MPFRUtils.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79724.263192.patch
Type: text/x-patch
Size: 32941 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200511/adfd6f39/attachment-0001.bin>
More information about the libc-commits
mailing list