[libc-commits] [PATCH] D148781: [libc][math] Remove placeholder implementations of asin and pow.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Apr 19 22:19:59 PDT 2023


lntue updated this revision to Diff 515220.
lntue added a comment.

Keep function specs in place.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148781/new/

https://reviews.llvm.org/D148781

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/riscv64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/config/windows/entrypoints.txt
  libc/src/math/CMakeLists.txt
  libc/src/math/asin.h
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/asin.cpp
  libc/src/math/generic/pow.cpp
  libc/src/math/pow.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/asin_test.cpp
  libc/test/src/math/pow_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148781.515220.patch
Type: text/x-patch
Size: 10586 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230420/dfbb9b1c/attachment-0001.bin>


More information about the libc-commits mailing list