[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 17:25:40 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1fd32dcb294e: [libc] Add [l|ll]abs implementation. (authored by cheng.w).
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.311075.patch
Type: text/x-patch
Size: 11309 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201211/2b3df005/attachment-0001.bin>
More information about the libc-commits
mailing list