[all-commits] [llvm/llvm-project] 97b4cc: [libc][math] Add place-holder implementation for a...
lntue via All-commits
all-commits at lists.llvm.org
Mon Oct 31 14:22:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97b4cc83e16abec8daa67f5dc82f71791c523f43
https://github.com/llvm/llvm-project/commit/97b4cc83e16abec8daa67f5dc82f71791c523f43
Author: Tue Ly <lntue at google.com>
Date: 2022-10-31 (Mon, 31 Oct 2022)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/config/windows/entrypoints.txt
M libc/spec/stdc.td
M libc/src/math/CMakeLists.txt
A libc/src/math/asin.h
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/asin.cpp
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/asin_test.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list