Add place-holder implementation for pow function to unblock libc demo
examples.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D137109
[libc][math] Add place-holder implementation for pow function. ClosedPublic Authored by lntue on Oct 31 2022, 1:13 PM.
Details Summary Add place-holder implementation for pow function to unblock libc demo
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 31 2022, 1:13 PM This revision is now accepted and ready to land.Oct 31 2022, 1:38 PM Closed by commit rG45233cc1ca26: [libc][math] Add place-holder implementation for pow function. (authored by lntue). · Explain WhyOct 31 2022, 2:23 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 472131 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/generic/CMakeLists.txt
libc/src/math/generic/pow.cpp
libc/src/math/pow.h
libc/test/src/math/CMakeLists.txt
libc/test/src/math/pow_test.cpp
|