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

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Feb 8 21:56:18 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG6cb14adbfa95: [libc][math] Implement scalbn, scalbnf, scalbnl. (authored by renyichen, committed by sivachandra).

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.496024.patch
Type: text/x-patch
Size: 15164 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230209/72c98736/attachment-0001.bin>


More information about the libc-commits mailing list