[libc][math] Add place-holder implementation for asin to unblock demo examples.
authorTue Ly <lntue@google.com>
Mon, 31 Oct 2022 19:42:00 +0000 (15:42 -0400)
committerTue Ly <lntue@google.com>
Mon, 31 Oct 2022 21:22:12 +0000 (17:22 -0400)
commit97b4cc83e16abec8daa67f5dc82f71791c523f43
treec36803a757c2e2e21e4288bacb1d6ca541561e70
parentad8f22c3fd4e92c69f6d0860ac5b3969f6a7aa9f
[libc][math] Add place-holder implementation for asin to unblock demo examples.

Add a place-holder implementation for asin to unblock libc demo
examples.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D137105
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/asin.h [new file with mode: 0644]
libc/src/math/generic/CMakeLists.txt
libc/src/math/generic/asin.cpp [new file with mode: 0644]
libc/test/src/math/CMakeLists.txt
libc/test/src/math/asin_test.cpp [new file with mode: 0644]