[libc-commits] [libc] [llvm] [libc][math] Refactor ilogbf16 implementation to header-only in src/__support/math folder. (PR #175450)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Sun Jan 11 15:02:16 PST 2026
================
@@ -1,29 +1,29 @@
-//===-- Shared expm1f16 function --------------------------------*- C++ -*-===//
+//===-- Shared ilogbf16 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_EXPM1F16_H
-#define LLVM_LIBC_SHARED_MATH_EXPM1F16_H
+#ifndef LLVM_LIBC_SHARED_MATH_ILOGBF16_H
+#define LLVM_LIBC_SHARED_MATH_ILOGBF16_H
#include "include/llvm-libc-macros/float16-macros.h"
#include "shared/libc_common.h"
----------------
bassiounix wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/175450
More information about the libc-commits
mailing list