[libc-commits] [PATCH] D92626: [libc] Add [l|ll]abs implementation.
Cheng Wang via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Dec 9 00:59:05 PST 2020
cheng.w updated this revision to Diff 310442.
cheng.w retitled this revision from "[libc] Add abs implementation." to "[libc] Add [l|ll]abs implementation.".
cheng.w added a comment.
Implement abs, labs and llabs with template.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92626/new/
https://reviews.llvm.org/D92626
Files:
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/spec/spec.td
libc/spec/stdc.td
libc/src/stdlib/CMakeLists.txt
libc/src/stdlib/abs.cpp
libc/src/stdlib/abs.h
libc/src/stdlib/abs_utils.h
libc/src/stdlib/labs.cpp
libc/src/stdlib/labs.h
libc/src/stdlib/llabs.cpp
libc/src/stdlib/llabs.h
libc/test/src/stdlib/CMakeLists.txt
libc/test/src/stdlib/abs_test.cpp
libc/test/src/stdlib/labs_test.cpp
libc/test/src/stdlib/llabs_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92626.310442.patch
Type: text/x-patch
Size: 11260 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201209/6c29adad/attachment-0001.bin>
More information about the libc-commits
mailing list