[libc-commits] [PATCH] D79725: [libc] Add implementation of fabs and fabsf.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri May 15 11:26:07 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4a39a33d44f2: [libc] Add implementation of fabs and fabsf. (authored by sivachandra).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79725/new/
https://reviews.llvm.org/D79725
Files:
libc/config/linux/api.td
libc/lib/CMakeLists.txt
libc/spec/stdc.td
libc/src/math/CMakeLists.txt
libc/src/math/fabs.cpp
libc/src/math/fabs.h
libc/src/math/fabsf.cpp
libc/src/math/fabsf.h
libc/test/src/math/CMakeLists.txt
libc/test/src/math/fabs_test.cpp
libc/test/src/math/fabsf_test.cpp
libc/utils/FPUtil/FloatOperations.h
libc/utils/MPFRWrapper/MPFRUtils.cpp
libc/utils/MPFRWrapper/MPFRUtils.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79725.264297.patch
Type: text/x-patch
Size: 12128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200515/02b721b0/attachment-0001.bin>
More information about the libc-commits
mailing list