[libc-commits] [libc] [llvm] [libc][math] Refactor exp10f16 implementation to header-only in src/__support/math folder. (PR #148408)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Fri Jul 18 00:16:40 PDT 2025
================
@@ -0,0 +1,64 @@
+//===-- Common utils for exp10f16 -------------------------------*- 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_SRC___SUPPORT_MATH_EXP_FLOAT_CONSTANTS_H
----------------
bassiounix wrote:
done
https://github.com/llvm/llvm-project/pull/148408
More information about the libc-commits
mailing list