[libc-commits] [PATCH] D91591: [libc] Add implementations of ldexp[f|l].
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Nov 17 15:06:16 PST 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbb8f2585c6ea: [libc] Add implementations of ldexp[f|l]. (authored by sivachandra).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91591/new/
https://reviews.llvm.org/D91591
Files:
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/spec/stdc.td
libc/src/math/CMakeLists.txt
libc/src/math/ldexp.cpp
libc/src/math/ldexp.h
libc/src/math/ldexpf.cpp
libc/src/math/ldexpf.h
libc/src/math/ldexpl.cpp
libc/src/math/ldexpl.h
libc/test/src/math/CMakeLists.txt
libc/test/src/math/LdExpTest.h
libc/test/src/math/ldexp_test.cpp
libc/test/src/math/ldexpf_test.cpp
libc/test/src/math/ldexpl_test.cpp
libc/utils/FPUtil/ManipulationFunctions.h
libc/utils/FPUtil/NormalFloat.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91591.305911.patch
Type: text/x-patch
Size: 22223 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201117/bbf22a05/attachment-0001.bin>
More information about the libc-commits
mailing list