[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:28:39 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGf79264b5f66f: [libc][math] Remove placeholder implementations of asin and pow. (authored by lntue).

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.515221.patch
Type: text/x-patch
Size: 10586 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230420/ff7ca16d/attachment-0001.bin>


More information about the libc-commits mailing list