[libc-commits] [PATCH] D90806: [libc] Add implementations of ilogb[f|l].
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Nov 4 16:25:09 PST 2020
sivachandra updated this revision to Diff 302990.
sivachandra added a comment.
Add missing license header and header guard for the new header file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90806/new/
https://reviews.llvm.org/D90806
Files:
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/spec/stdc.td
libc/src/math/CMakeLists.txt
libc/src/math/ilogb.cpp
libc/src/math/ilogb.h
libc/src/math/ilogbf.cpp
libc/src/math/ilogbf.h
libc/src/math/ilogbl.cpp
libc/src/math/ilogbl.h
libc/test/src/math/CMakeLists.txt
libc/test/src/math/ILogbTest.h
libc/test/src/math/ilogb_test.cpp
libc/test/src/math/ilogbf_test.cpp
libc/test/src/math/ilogbl_test.cpp
libc/utils/FPUtil/CMakeLists.txt
libc/utils/FPUtil/ManipulationFunctions.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90806.302990.patch
Type: text/x-patch
Size: 18172 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201105/1f13ff62/attachment-0001.bin>
More information about the libc-commits
mailing list