[libc-commits] [libc] [libc][math][c23] implement C23 math function asinpif16 (PR #146226)
via libc-commits
libc-commits at lists.llvm.org
Sat Jun 28 11:56:25 PDT 2025
================
@@ -0,0 +1,21 @@
+//===-- Implementation header for asinpif16 ---------------------*- 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_ASINFPI16_H
+#define LLVM_LIBC_SRC_MATH_ASINFPI16_H
----------------
overmighty wrote:
```suggestion
#ifndef LLVM_LIBC_SRC_MATH_ASINPIF16_H
#define LLVM_LIBC_SRC_MATH_ASINPIF16_H
```
https://github.com/llvm/llvm-project/pull/146226
More information about the libc-commits
mailing list