[libc-commits] [libc] [llvm] [libc][math] Add tgammabf16 math support for bfloat16. (PR #208689)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Fri Jul 17 02:19:20 PDT 2026


================
@@ -0,0 +1,23 @@
+//===-- Shared tgammabf16 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 defined in the libc coding standards document.

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


More information about the libc-commits mailing list