[libc] [llvm] [libc][math] Refactor ldexpf16 implementation to header-only in src/__support/math folder. (PR #147901)

Muhammad Bassiouni via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 14 07:54:24 PDT 2025


================
@@ -0,0 +1,31 @@
+//===-- Shared ldexpf16 function --------------------------------*- 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
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_LIBC_SHARED_MATH_ldexpf16_H
----------------
bassiounix wrote:

done

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


More information about the llvm-commits mailing list