[libc-commits] [PATCH] D137109: [libc][math] Add place-holder implementation for pow function.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Oct 31 13:13:55 PDT 2022


lntue created this revision.
lntue added reviewers: michaelrj, sivachandra.
Herald added subscribers: ecnelises, tschuett.
Herald added projects: libc-project, All.
lntue requested review of this revision.

Add place-holder implementation for pow function to unblock libc demo
examples.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137109

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137109.472115.patch
Type: text/x-patch
Size: 6320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221031/90dce5ae/attachment-0001.bin>


More information about the libc-commits mailing list