[libc-commits] [libc] [llvm] [libc][math] Refactor ilogbf implementation to header-only in src/__support/math folder. (PR #175522)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Thu Jan 15 22:07:35 PST 2026
================
@@ -0,0 +1,28 @@
+//===-- Implementation header for ilogbf ----------------------*- 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_ILOGBF_H
+#define LLVM_LIBC_SRC___SUPPORT_MATH_ILOGBF_H
+
+#include "include/llvm-libc-macros/float-macros.h"
----------------
bassiounix wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/175522
More information about the libc-commits
mailing list