Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D148781
[libc][math] Remove placeholder implementations of asin and pow. ClosedPublic Authored by lntue on Apr 19 2023, 10:04 PM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 19 2023, 10:04 PM sivachandra added inline comments.
This revision is now accepted and ready to land.Apr 19 2023, 10:05 PM Closed by commit rGf79264b5f66f: [libc][math] Remove placeholder implementations of asin and pow. (authored by lntue). · Explain WhyApr 19 2023, 10:28 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 515221 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/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
|