[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,45 @@
+//===-- Exhaustive test for cosbf16 ---------------------------------------===//
+//
+// 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 new template
https://github.com/llvm/llvm-project/pull/185801
More information about the libc-commits
mailing list