[libc-commits] [PATCH] D143116: Add scalbn, scalbnf, scalbnl.
Renyi Chen via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Feb 2 15:22:09 PST 2023
renyichen updated this revision to Diff 494447.
renyichen added a comment.
Add scalbn, scalbnf, scalbnl.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143116/new/
https://reviews.llvm.org/D143116
Files:
libc/config/darwin/arm/entrypoints.txt
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/config/windows/entrypoints.txt
libc/spec/stdc.td
libc/src/__support/FPUtil/ManipulationFunctions.h
libc/src/math/CMakeLists.txt
libc/src/math/generic/CMakeLists.txt
libc/src/math/generic/scalbn.cpp
libc/src/math/generic/scalbnf.cpp
libc/src/math/generic/scalbnl.cpp
libc/src/math/scalbn.h
libc/src/math/scalbnf.h
libc/src/math/scalbnl.h
libc/test/src/math/CMakeLists.txt
libc/test/src/math/ScalbnTest.h
libc/test/src/math/scalbn_test.cpp
libc/test/src/math/scalbnf_test.cpp
libc/test/src/math/scalbnl_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143116.494447.patch
Type: text/x-patch
Size: 14590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230202/c0a57463/attachment.bin>
More information about the libc-commits
mailing list