[libc-commits] [PATCH] D137105: [libc][math] Add place-holder implementation for asin to unblock demo examples.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Oct 31 12:43:43 PDT 2022
lntue created this revision.
lntue added reviewers: michaelrj, sivachandra.
Herald added subscribers: ecnelises, tschuett.
Herald added projects: libc-project, All.
lntue requested review of this revision.
Add a place-holder implementation for asin to unblock libc demo
examples.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D137105
Files:
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
libc/src/math/generic/CMakeLists.txt
libc/src/math/generic/asin.cpp
libc/test/src/math/asin_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137105.472104.patch
Type: text/x-patch
Size: 5459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221031/be6d152c/attachment.bin>
More information about the libc-commits
mailing list