[libc-commits] [PATCH] D82591: [libc] Add the remaining long double flavors of nearest integer functions.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jun 25 22:53:50 PDT 2020
sivachandra updated this revision to Diff 273595.
sivachandra marked 2 inline comments as done.
sivachandra added a comment.
- Add the functions to aarch64 config.
- Use ASSERT_EQ/NE where possible.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82591/new/
https://reviews.llvm.org/D82591
Files:
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/spec/stdc.td
libc/src/math/CMakeLists.txt
libc/src/math/ceill.cpp
libc/src/math/ceill.h
libc/src/math/floorl.cpp
libc/src/math/floorl.h
libc/src/math/roundl.cpp
libc/src/math/roundl.h
libc/test/src/math/CMakeLists.txt
libc/test/src/math/ceill_test.cpp
libc/test/src/math/floorl_test.cpp
libc/test/src/math/roundl_test.cpp
libc/utils/FPUtil/NearestIntegerOperations.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82591.273595.patch
Type: text/x-patch
Size: 24270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200626/f54afb28/attachment-0001.bin>
More information about the libc-commits
mailing list