[libc-commits] [libc] [llvm] [libc][math][c23] Add cosbf16 math function (PR #185801)
Victor Campos via libc-commits
libc-commits at lists.llvm.org
Mon Jul 13 02:44:58 PDT 2026
================
@@ -0,0 +1,23 @@
+//===-- Shared cosbf16 function ---------------------------------*- 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
+//
+//===----------------------------------------------------------------------===//
----------------
vhscampos wrote:
Use the new file header template from the libc Coding Standards.
https://github.com/llvm/llvm-project/pull/185801
More information about the libc-commits
mailing list