[libc-commits] [libc] [libc] Add support for `powi` as an LLVM libc extension on the GPU (PR #98236)
via libc-commits
libc-commits at lists.llvm.org
Tue Jul 9 18:43:56 PDT 2024
================
@@ -0,0 +1,18 @@
+//===-- Implementation header for powif -------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_LIBC_SRC_MATH_POW_H
----------------
lntue wrote:
`POWIF_H`
https://github.com/llvm/llvm-project/pull/98236
More information about the libc-commits
mailing list