[all-commits] [llvm/llvm-project] 45233c: [libc][math] Add place-holder implementation for p...
lntue via All-commits
all-commits at lists.llvm.org
Mon Oct 31 14:23:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45233cc1ca26c2fb6eeddd9007c7bac2731557bd
https://github.com/llvm/llvm-project/commit/45233cc1ca26c2fb6eeddd9007c7bac2731557bd
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
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/pow.cpp
A libc/src/math/pow.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/pow_test.cpp
Log Message:
-----------
[libc][math] Add place-holder implementation for pow function.
Add place-holder implementation for pow function to unblock libc demo
examples.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D137109
More information about the All-commits
mailing list