[libc-commits] [PATCH] D143116: [libc][math] Implement scalbn, scalbnf, scalbnl.

Renyi Chen via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Feb 3 14:02:04 PST 2023


renyichen updated this revision to Diff 494727.
renyichen added a comment.

Implement scalbn.


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/docs/math.rst
  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.494727.patch
Type: text/x-patch
Size: 15164 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230203/0d51f56c/attachment-0001.bin>


More information about the libc-commits mailing list