[libc-commits] [libc] [llvm] [libc][math] Refactor tanpif16 to header-only (PR #181240)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Thu Feb 26 05:11:44 PST 2026


================
@@ -0,0 +1,123 @@
+//===-- Implementation header for tanpif16 ----------------------*- 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___SUPPORT_MATH_TANPIF16_H
----------------
bassiounix wrote:

```suggestion

#ifndef LLVM_LIBC_SRC___SUPPORT_MATH_TANPIF16_H
```

https://github.com/llvm/llvm-project/pull/181240


More information about the libc-commits mailing list