| #
60ff9c2e |
| 10-Jul-2024 |
Joseph Huber <huberjn@outlook.com> |
[libc] Add support for `powi` as an LLVM libc extension on the GPU (#98236)
Summary: This function is used by the CUDA / HIP / OpenMP headers and exists as an NVIDIA extension basically. This functi
[libc] Add support for `powi` as an LLVM libc extension on the GPU (#98236)
Summary: This function is used by the CUDA / HIP / OpenMP headers and exists as an NVIDIA extension basically. This function is implemented in the C23 standard as `pown`, but for now we need to provide `powi` for backwards compatibility. In the future this entrypoint will just be a redirect to `pown` once that is implemented.
show more ...
|