[libc-commits] [libc] [libc][math][C23] add software float16 support (PR #184283)

via libc-commits libc-commits at lists.llvm.org
Sat Aug 29 11:54:39 PDT 2026


================
@@ -0,0 +1,145 @@
+//===-- Definition of float16 data type. ------------------------*- 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
+//
+//===----------------------------------------------------------------------===//
----------------
Sukumarsawant wrote:

nit: style 
Use new headers ( cane be done at end  all together )

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


More information about the libc-commits mailing list