[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 12:29:12 PDT 2020
sivachandra created this revision.
sivachandra added a reviewer: asteinhauser.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
Specifically: ceill, floorl and roundl have been added.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D82591
Files:
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.273479.patch
Type: text/x-patch
Size: 23497 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200625/8f043bcb/attachment-0001.bin>
More information about the libc-commits
mailing list