[libc-commits] [libc] [libc][math][c++23] Add bf16mul{, f, l, f128} math functions (PR #152847)

via libc-commits libc-commits at lists.llvm.org
Sat Aug 9 05:07:16 PDT 2025


================
@@ -0,0 +1,15 @@
+//===-- Unittests for bf16mull --------------------------------------------===//
+//
+// 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 "MulTest.h"
+
+#include "src/math/bf16mull.h"
+
----------------
overmighty wrote:

Nit: should remove this blank line.

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


More information about the libc-commits mailing list