[all-commits] [llvm/llvm-project] f79264: [libc][math] Remove placeholder implementations of...
lntue via All-commits
all-commits at lists.llvm.org
Wed Apr 19 22:28:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f79264b5f66f54d9102d358ac00a3d8de25fada7
https://github.com/llvm/llvm-project/commit/f79264b5f66f54d9102d358ac00a3d8de25fada7
Author: Tue Ly <lntue at google.com>
Date: 2023-04-20 (Thu, 20 Apr 2023)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/riscv64/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/config/windows/entrypoints.txt
M libc/src/math/CMakeLists.txt
R libc/src/math/asin.h
M libc/src/math/generic/CMakeLists.txt
R libc/src/math/generic/asin.cpp
R libc/src/math/generic/pow.cpp
R libc/src/math/pow.h
M libc/test/src/math/CMakeLists.txt
R libc/test/src/math/asin_test.cpp
R libc/test/src/math/pow_test.cpp
Log Message:
-----------
[libc][math] Remove placeholder implementations of asin and pow.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D148781
More information about the All-commits
mailing list