[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:04:22 PDT 2023


lntue created this revision.
lntue added reviewers: michaelrj, sivachandra.
Herald added subscribers: luke, frasercrmck, ecnelises, luismarques, apazos, sameer.abuasal, tschuett, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb.
Herald added projects: libc-project, All.
lntue requested review of this revision.
Herald added a subscriber: pcwang-thead.

Repository:
  rG LLVM Github Monorepo

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/spec/stdc.td
  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.515217.patch
Type: text/x-patch
Size: 11712 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230420/b8b319d4/attachment.bin>


More information about the libc-commits mailing list