[libc-commits] [libc] [libc][math][c++23] Add bf16{add, sub}{, f, l, f128} math functions (PR #152774)

via libc-commits libc-commits at lists.llvm.org
Fri Aug 8 11:31:03 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"
+
----------------
overmighty wrote:

Nit: we usually don't have a blank line here. Same for the other new libc/src/math/generic/*.cpp files.

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


More information about the libc-commits mailing list