[libc-commits] [PATCH] D92626: [libc] Add [l|ll]abs implementation.
Cheng Wang via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Dec 10 01:16:44 PST 2020
cheng.w updated this revision to Diff 310788.
cheng.w edited the summary of this revision.
cheng.w added a comment.
Fix nit.
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.310788.patch
Type: text/x-patch
Size: 11309 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201210/4eb8c792/attachment.bin>
More information about the libc-commits
mailing list