[libc-commits] [PATCH] D95850: [libc] Add hardware implementations of ceil and ceilf for aarch64.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Feb 2 09:25:05 PST 2021
sivachandra updated this revision to Diff 320817.
sivachandra added a comment.
Move generic implementations of ceil* functions to the generic directory.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95850/new/
https://reviews.llvm.org/D95850
Files:
libc/src/math/CMakeLists.txt
libc/src/math/aarch64/CMakeLists.txt
libc/src/math/aarch64/ceil.cpp
libc/src/math/aarch64/ceilf.cpp
libc/src/math/ceil.cpp
libc/src/math/ceilf.cpp
libc/src/math/ceill.cpp
libc/src/math/generic/CMakeLists.txt
libc/src/math/generic/ceil.cpp
libc/src/math/generic/ceilf.cpp
libc/src/math/generic/ceill.cpp
libc/test/src/math/CMakeLists.txt
libc/test/src/math/generic/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95850.320817.patch
Type: text/x-patch
Size: 8468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210202/a96ded70/attachment-0001.bin>
More information about the libc-commits
mailing list