[libc-commits] [libc] [libc][math][c++23] Add bf16{add, sub}{, f, l, f128} math functions (PR #152774)
Krishna Pandey via libc-commits
libc-commits at lists.llvm.org
Fri Aug 8 11:47:46 PDT 2025
================
@@ -0,0 +1,22 @@
+//===-- Implementation of bf16addf function -------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+#include "src/math/bf16addf.h"
+
----------------
krishna2803 wrote:
done in [f781f75d](https://github.com/llvm/llvm-project/pull/152774/commits/f781f75d9d254022ac2e597bafb04d41160969fb)
https://github.com/llvm/llvm-project/pull/152774
More information about the libc-commits
mailing list