[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 15:36:39 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2668714747c5: [libc] Add hardware implementations of ceil and ceilf for aarch64. (authored by sivachandra).
Changed prior to commit:
https://reviews.llvm.org/D95850?vs=320817&id=320934#toc
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.320934.patch
Type: text/x-patch
Size: 6174 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210202/cbabfe6c/attachment.bin>
More information about the libc-commits
mailing list