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

Renyi Chen via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Feb 1 17:41:29 PST 2023


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

- small fix


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/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.494129.patch
Type: text/x-patch
Size: 13959 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230202/d74aaafb/attachment.bin>


More information about the libc-commits mailing list